#A76CBB

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

Shades of Deep Lilac #A76CBB

Tints of Deep Lilac #A76CBB

Color information

#A76CBB (or 0xA76CBB) is unknown color: approx Deep Lilac. HEX triplet: A7, 6C and BB. RGB value is (167,108,187). Sum of RGB (Red+Green+Blue) = 167+108+187=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #A76CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CBB is #589344. Grayscale: #868686. Windows color (decimal): -5804869 or 12283047. OLE color: 12283047.

HSL color Cylindrical-coordinate representation of color #A76CBB: hue angle of 284.81º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76CBB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167108187-
CMYK0.110.4200.27
HSL284.81º36.74%57.84%-
HSV(B)284.81º42.25%73.33%-
XYZ30.2722.5349.77-
YUV134.65157.55151.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=36.15%
G=23.38%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671081870.110.4200.27284.8136.7457.84
HexA76CBBB2A01B11d253a
Octal24715427313520334354572
Binary101001111101100101110111011101010011011100011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CBB; }

 p { color: rgb(167,108,187); }

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

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

 a { background-color: rgb(167,108,187); }

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

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

 span { border-color: rgb(167,108,187); }

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