#A14DCA

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

Shades of Deep Lilac #A14DCA

Tints of Deep Lilac #A14DCA

Color information

#A14DCA (or 0xA14DCA) is unknown color: approx Deep Lilac. HEX triplet: A1, 4D and CA. RGB value is (161,77,202). Sum of RGB (Red+Green+Blue) = 161+77+202=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A14DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DCA is #5EB235. Grayscale: #737373. Windows color (decimal): -6206006 or 13258145. OLE color: 13258145.

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

Color convert

RGB16177202-
CMYK0.200.6200.21
HSL280.32º54.11%54.71%-
HSV(B)280.32º61.88%79.22%-
XYZ28.0117.1557.71-
YUV116.37176.33159.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 77 (30.47% from 255) = 17.5%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=36.59%
G=17.5%
B=45.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161772020.200.6200.21280.3254.1154.71
HexA14DCA143E0151183637
Octal24111531224760254306667
Binary1010000110011011100101010100111110010101100011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14DCA; }

 p { color: rgb(161,77,202); }

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

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

 a { background-color: rgb(161,77,202); }

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

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

 span { border-color: rgb(161,77,202); }

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