#A14FC9

Color #A14FC9 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A14FC9

Tints of Deep Lilac #A14FC9

Color information

#A14FC9 (or 0xA14FC9) is unknown color: approx Deep Lilac. HEX triplet: A1, 4F and C9. RGB value is (161,79,201). Sum of RGB (Red+Green+Blue) = 161+79+201=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #A14FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FC9 is #5EB036. Grayscale: #757575. Windows color (decimal): -6205495 or 13193121. OLE color: 13193121.

HSL color Cylindrical-coordinate representation of color #A14FC9: hue angle of 280.33º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14FC9 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16179201-
CMYK0.200.6100.21
HSL280.33º53.04%54.9%-
HSV(B)280.33º60.7%78.82%-
XYZ28.0417.3957.14-
YUV117.43175.17159.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 79 (31.25% from 255) = 17.91%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=36.51%
G=17.91%
B=45.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161792010.200.6100.21280.3353.0454.9
HexA14FC9143D0151183537
Octal24111731124750254306567
Binary1010000110011111100100110100111101010101100011000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14FC9; }

 p { color: rgb(161,79,201); }

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

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

 a { background-color: rgb(161,79,201); }

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

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

 span { border-color: rgb(161,79,201); }

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