#A866BE

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

Shades of Deep Lilac #A866BE

Tints of Deep Lilac #A866BE

Color information

#A866BE (or 0xA866BE) is unknown color: approx Deep Lilac. HEX triplet: A8, 66 and BE. RGB value is (168,102,190). Sum of RGB (Red+Green+Blue) = 168+102+190=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A866BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866BE is #579941. Grayscale: #838383. Windows color (decimal): -5740866 or 12478120. OLE color: 12478120.

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

Color convert

RGB168102190-
CMYK0.120.4600.25
HSL285º40.37%57.25%-
HSV(B)285º46.32%74.51%-
XYZ30.1921.5551.28-
YUV131.77160.87153.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=36.52%
G=22.17%
B=41.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681021900.120.4600.2528540.3757.25
HexA866BEC2E01911d2839
Octal25014627614560314355071
Binary101010001100110101111101100101110011001100011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866BE; }

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

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

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

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

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

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

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

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