#A867BC

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

Shades of Deep Lilac #A867BC

Tints of Deep Lilac #A867BC

Color information

#A867BC (or 0xA867BC) is unknown color: approx Deep Lilac. HEX triplet: A8, 67 and BC. RGB value is (168,103,188). Sum of RGB (Red+Green+Blue) = 168+103+188=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A867BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867BC is #579843. Grayscale: #838383. Windows color (decimal): -5740612 or 12347304. OLE color: 12347304.

HSL color Cylindrical-coordinate representation of color #A867BC: hue angle of 285.88º 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 #A867BC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168103188-
CMYK0.110.4500.26
HSL285.88º38.81%57.06%-
HSV(B)285.88º45.21%73.73%-
XYZ30.0821.6650.17-
YUV132.12159.53153.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=36.60%
G=22.44%
B=40.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681031880.110.4500.26285.8838.8157.06
HexA867BCB2D01A11e2739
Octal25014727413550324364771
Binary101010001100111101111001011101101011010100011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867BC; }

 p { color: rgb(168,103,188); }

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

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

 a { background-color: rgb(168,103,188); }

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

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

 span { border-color: rgb(168,103,188); }

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