#a868bc

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

Shades of Deep Lilac #A868BC

Tints of Deep Lilac #A868BC

Color information

#A868BC (or 0xA868BC) is unknown color: approx Deep Lilac. HEX triplet: A8, 68 and BC. RGB value is (168,104,188). Sum of RGB (Red+Green+Blue) = 168+104+188=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #A868BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868BC is #579743. Grayscale: #848484. Windows color (decimal): -5740356 or 12347560. OLE color: 12347560.

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

Color convert

RGB168104188-
CMYK0.110.4500.26
HSL285.71º38.53%57.25%-
HSV(B)285.71º44.68%73.73%-
XYZ30.1821.8650.21-
YUV132.71159.2153.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=36.52%
G=22.61%
B=40.87%

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
Decimal1681041880.110.4500.26285.7138.5357.25
HexA868BCB2D01A11e2739
Octal25015027413550324364771
Binary101010001101000101111001011101101011010100011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a868bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a868bc; }

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

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

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

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

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

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

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

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