#A64BBC

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

Shades of Deep Lilac #A64BBC

Tints of Deep Lilac #A64BBC

Color information

#A64BBC (or 0xA64BBC) is unknown color: approx Deep Lilac. HEX triplet: A6, 4B and BC. RGB value is (166,75,188). Sum of RGB (Red+Green+Blue) = 166+75+188=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #A64BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BBC is #59B443. Grayscale: #727272. Windows color (decimal): -5878852 or 12340134. OLE color: 12340134.

HSL color Cylindrical-coordinate representation of color #A64BBC: hue angle of 288.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64BBC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16675188-
CMYK0.120.6000.26
HSL288.32º45.75%51.57%-
HSV(B)288.32º60.11%73.73%-
XYZ27.3216.7749.37-
YUV115.09169.15164.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=38.69%
G=17.48%
B=43.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166751880.120.6000.26288.3245.7551.57
HexA64BBCC3C01A1202e34
Octal24611327414740324405664
Binary101001101001011101111001100111100011010100100000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BBC; }

 p { color: rgb(166,75,188); }

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

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

 a { background-color: rgb(166,75,188); }

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

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

 span { border-color: rgb(166,75,188); }

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