#a374fb

Color #A374FB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A374FB

Tints of Medium Purple #A374FB

Color information

#A374FB (or 0xA374FB) is unknown color: approx Medium Purple. HEX triplet: A3, 74 and FB. RGB value is (163,116,251). Sum of RGB (Red+Green+Blue) = 163+116+251=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #A374FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374FB is #5C8B04. Grayscale: #909090. Windows color (decimal): -6064901 or 16479395. OLE color: 16479395.

HSL color Cylindrical-coordinate representation of color #A374FB: hue angle of 260.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A374FB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163116251-
CMYK0.350.5400.02
HSL260.89º94.41%71.96%-
HSV(B)260.89º53.78%98.43%-
XYZ38.7627.2494.48-
YUV145.44187.57140.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=30.75%
G=21.89%
B=47.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631162510.350.5400.02260.8994.4171.96
HexA374FB2336021055e48
Octal243164373436602405136110
Binary1010001111101001111101110001111011001010000010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a374fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a374fb; }

 p { color: rgb(163,116,251); }

 H1.HeaderClassName
 {
   color: #a374fb;
 }
 .AnyTagClassName
 {
   color: #a374fb;
 }
</style>
background-color css

<style>
 a { background-color: #a374fb; }

 a { background-color: rgb(163,116,251); }

 div.DivClassName
 {
   background-color: #a374fb;
 }
 .BgClassName
 {
   background-color: #a374fb;
 }
</style>
border-color css

<style>
 span { border-color: #a374fb; }

 span { border-color: rgb(163,116,251); }

 td.TdClassName
 {
   border-color: #a374fb;
 }
 .TagClassName
 {
   border-color: #a374fb;
 }
</style>