#A168BD

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

Shades of Deep Lilac #A168BD

Tints of Deep Lilac #A168BD

Color information

#A168BD (or 0xA168BD) is unknown color: approx Deep Lilac. HEX triplet: A1, 68 and BD. RGB value is (161,104,189). Sum of RGB (Red+Green+Blue) = 161+104+189=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #A168BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BD is #5E9742. Grayscale: #828282. Windows color (decimal): -6199107 or 12413089. OLE color: 12413089.

HSL color Cylindrical-coordinate representation of color #A168BD: hue angle of 280.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A168BD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161104189-
CMYK0.150.4500.26
HSL280.24º39.17%57.45%-
HSV(B)280.24º44.97%74.12%-
XYZ28.8321.1550.71-
YUV130.73160.88149.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=35.46%
G=22.91%
B=41.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611041890.150.4500.26280.2439.1757.45
HexA168BDF2D01A1182739
Octal24115027517550324304771
Binary101000011101000101111011111101101011010100011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168BD; }

 p { color: rgb(161,104,189); }

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

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

 a { background-color: rgb(161,104,189); }

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

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

 span { border-color: rgb(161,104,189); }

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