#A640BC

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

Shades of Deep Lilac #A640BC

Tints of Deep Lilac #A640BC

Color information

#A640BC (or 0xA640BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 40 and BC. RGB value is (166,64,188). Sum of RGB (Red+Green+Blue) = 166+64+188=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #A640BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640BC is #59BF43. Grayscale: #6C6C6C. Windows color (decimal): -5881668 or 12337318. OLE color: 12337318.

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

Color convert

RGB16664188-
CMYK0.120.6600.26
HSL289.35º49.21%49.41%-
HSV(B)289.35º65.96%73.73%-
XYZ26.6415.449.15-
YUV108.63172.79168.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=39.71%
G=15.31%
B=44.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166641880.120.6600.26289.3549.2149.41
HexA640BCC4201A1213131
Octal246100274141020324416161
Binary1010011010000001011110011001000010011010100100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A640BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A640BC; }

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

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

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

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

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

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

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

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