#A069BD

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

Shades of Deep Lilac #A069BD

Tints of Deep Lilac #A069BD

Color information

#A069BD (or 0xA069BD) is unknown color: approx Deep Lilac. HEX triplet: A0, 69 and BD. RGB value is (160,105,189). Sum of RGB (Red+Green+Blue) = 160+105+189=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 105 (41.41% from 255 or 23.13% 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 #A069BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069BD is #5F9642. Grayscale: #828282. Windows color (decimal): -6264387 or 12413344. OLE color: 12413344.

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

Color convert

RGB160105189-
CMYK0.150.4400.26
HSL279.29º38.89%57.65%-
HSV(B)279.29º44.44%74.12%-
XYZ28.7321.2550.73-
YUV131.02160.72148.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=35.24%
G=23.13%
B=41.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601051890.150.4400.26279.2938.8957.65
HexA069BDF2C01A117273a
Octal24015127517540324274772
Binary101000001101001101111011111101100011010100010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069BD; }

 p { color: rgb(160,105,189); }

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

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

 a { background-color: rgb(160,105,189); }

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

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

 span { border-color: rgb(160,105,189); }

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