#A642BE

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

Shades of Deep Lilac #A642BE

Tints of Deep Lilac #A642BE

Color information

#A642BE (or 0xA642BE) is unknown color: approx Deep Lilac. HEX triplet: A6, 42 and BE. RGB value is (166,66,190). Sum of RGB (Red+Green+Blue) = 166+66+190=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #A642BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642BE is #59BD41. Grayscale: #6D6D6D. Windows color (decimal): -5881154 or 12468902. OLE color: 12468902.

HSL color Cylindrical-coordinate representation of color #A642BE: hue angle of 288.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A642BE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16666190-
CMYK0.130.6500.25
HSL288.39º48.82%50.2%-
HSV(B)288.39º65.26%74.51%-
XYZ26.9715.7250.33-
YUV110.04173.13167.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=39.34%
G=15.64%
B=45.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166661900.130.6500.25288.3948.8250.2
HexA642BED410191203132
Octal246102276151010314406162
Binary1010011010000101011111011011000001011001100100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642BE; }

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

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

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

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

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

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

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

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