#A14ACB

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

Shades of Deep Lilac #A14ACB

Tints of Deep Lilac #A14ACB

Color information

#A14ACB (or 0xA14ACB) is unknown color: approx Deep Lilac. HEX triplet: A1, 4A and CB. RGB value is (161,74,203). Sum of RGB (Red+Green+Blue) = 161+74+203=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #A14ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ACB is #5EB534. Grayscale: #727272. Windows color (decimal): -6206773 or 13322913. OLE color: 13322913.

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

Color convert

RGB16174203-
CMYK0.210.6400.20
HSL280.47º55.36%54.31%-
HSV(B)280.47º63.55%79.61%-
XYZ27.9316.7958.27-
YUV114.72177.82161.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=36.76%
G=16.89%
B=46.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161742030.210.6400.20280.4755.3654.31
HexA14ACB15400141183736
Octal241112313251000244306766
Binary10100001100101011001011101011000000010100100011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14ACB; }

 p { color: rgb(161,74,203); }

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

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

 a { background-color: rgb(161,74,203); }

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

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

 span { border-color: rgb(161,74,203); }

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