#a867c0

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

Shades of Deep Lilac #A867C0

Tints of Deep Lilac #A867C0

Color information

#A867C0 (or 0xA867C0) is unknown color: approx Deep Lilac. HEX triplet: A8, 67 and C0. RGB value is (168,103,192). Sum of RGB (Red+Green+Blue) = 168+103+192=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #A867C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867C0 is #57983F. Grayscale: #848484. Windows color (decimal): -5740608 or 12609448. OLE color: 12609448.

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

Color convert

RGB168103192-
CMYK0.120.4600.25
HSL283.82º41.4%57.84%-
HSV(B)283.82º46.35%75.29%-
XYZ30.5121.8352.47-
YUV132.58161.53153.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=36.29%
G=22.25%
B=41.47%

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
Decimal1681031920.120.4600.25283.8241.457.84
HexA867C0C2E01911c293a
Octal25014730014560314345172
Binary101010001100111110000001100101110011001100011100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a867c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a867c0; }

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

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

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

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

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

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

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

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