#A869BE

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

Shades of Deep Lilac #A869BE

Tints of Deep Lilac #A869BE

Color information

#A869BE (or 0xA869BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 69 and BE. RGB value is (168,105,190). Sum of RGB (Red+Green+Blue) = 168+105+190=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A869BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869BE is #579641. Grayscale: #858585. Windows color (decimal): -5740098 or 12478888. OLE color: 12478888.

HSL color Cylindrical-coordinate representation of color #A869BE: hue angle of 284.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A869BE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168105190-
CMYK0.120.4500.25
HSL284.47º39.53%57.84%-
HSV(B)284.47º44.74%74.51%-
XYZ30.4922.1551.38-
YUV133.53159.87152.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=36.29%
G=22.68%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681051900.120.4500.25284.4739.5357.84
HexA869BEC2D01911c283a
Octal25015127614550314345072
Binary101010001101001101111101100101101011001100011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A869BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A869BE; }

 p { color: rgb(168,105,190); }

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

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

 a { background-color: rgb(168,105,190); }

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

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

 span { border-color: rgb(168,105,190); }

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