#A764C2

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

Shades of Deep Lilac #A764C2

Tints of Deep Lilac #A764C2

Color information

#A764C2 (or 0xA764C2) is unknown color: approx Deep Lilac. HEX triplet: A7, 64 and C2. RGB value is (167,100,194). Sum of RGB (Red+Green+Blue) = 167+100+194=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #A764C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764C2 is #589B3D. Grayscale: #828282. Windows color (decimal): -5806910 or 12739751. OLE color: 12739751.

HSL color Cylindrical-coordinate representation of color #A764C2: hue angle of 282.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A764C2 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167100194-
CMYK0.140.4800.24
HSL282.77º43.52%57.65%-
HSV(B)282.77º48.45%76.08%-
XYZ30.2321.2253.54-
YUV130.75163.7153.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=36.23%
G=21.69%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671001940.140.4800.24282.7743.5257.65
HexA764C2E3001811b2c3a
Octal24714430216600304335472
Binary101001111100100110000101110110000011000100011011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764C2; }

 p { color: rgb(167,100,194); }

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

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

 a { background-color: rgb(167,100,194); }

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

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

 span { border-color: rgb(167,100,194); }

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