#A867BF

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

Shades of Deep Lilac #A867BF

Tints of Deep Lilac #A867BF

Color information

#A867BF (or 0xA867BF) is unknown color: approx Deep Lilac. HEX triplet: A8, 67 and BF. RGB value is (168,103,191). Sum of RGB (Red+Green+Blue) = 168+103+191=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A867BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867BF is #579840. Grayscale: #848484. Windows color (decimal): -5740609 or 12543912. OLE color: 12543912.

HSL color Cylindrical-coordinate representation of color #A867BF: hue angle of 284.32º 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 #A867BF is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168103191-
CMYK0.120.4600.25
HSL284.32º40.74%57.65%-
HSV(B)284.32º46.07%74.9%-
XYZ30.421.7951.89-
YUV132.47161.03153.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 191 (75% from 255) = 41.34%
R=36.36%
G=22.29%
B=41.34%

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
Decimal1681031910.120.4600.25284.3240.7457.65
HexA867BFC2E01911c293a
Octal25014727714560314345172
Binary101010001100111101111111100101110011001100011100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867BF; }

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

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

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

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

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

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

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

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