#A64CBF

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

Shades of Deep Lilac #A64CBF

Tints of Deep Lilac #A64CBF

Color information

#A64CBF (or 0xA64CBF) is unknown color: approx Deep Lilac. HEX triplet: A6, 4C and BF. RGB value is (166,76,191). Sum of RGB (Red+Green+Blue) = 166+76+191=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #A64CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CBF is #59B340. Grayscale: #737373. Windows color (decimal): -5878593 or 12536998. OLE color: 12536998.

HSL color Cylindrical-coordinate representation of color #A64CBF: hue angle of 286.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64CBF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16676191-
CMYK0.130.6000.25
HSL286.96º47.33%52.35%-
HSV(B)286.96º60.21%74.9%-
XYZ27.7117.0451.12-
YUV116.02170.32163.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 76 (30.08% from 255) = 17.55%
BLUE value IS 191 (75% from 255) = 44.11%
R=38.34%
G=17.55%
B=44.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166761910.130.6000.25286.9647.3352.35
HexA64CBFD3C01911f2f34
Octal24611427715740314375764
Binary101001101001100101111111101111100011001100011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CBF; }

 p { color: rgb(166,76,191); }

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

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

 a { background-color: rgb(166,76,191); }

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

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

 span { border-color: rgb(166,76,191); }

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