#A642BC

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

Shades of Deep Lilac #A642BC

Tints of Deep Lilac #A642BC

Color information

#A642BC (or 0xA642BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 42 and BC. RGB value is (166,66,188). Sum of RGB (Red+Green+Blue) = 166+66+188=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A642BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642BC is #59BD43. Grayscale: #6D6D6D. Windows color (decimal): -5881156 or 12337830. OLE color: 12337830.

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

Color convert

RGB16666188-
CMYK0.120.6500.26
HSL289.18º48.03%49.8%-
HSV(B)289.18º64.89%73.73%-
XYZ26.7515.6349.18-
YUV109.81172.13168.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=39.52%
G=15.71%
B=44.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166661880.120.6500.26289.1848.0349.8
HexA642BCC4101A1213032
Octal246102274141010324416062
Binary1010011010000101011110011001000001011010100100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642BC; }

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

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

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

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

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

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

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

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