#A641BD

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

Shades of Deep Lilac #A641BD

Tints of Deep Lilac #A641BD

Color information

#A641BD (or 0xA641BD) is unknown color: approx Deep Lilac. HEX triplet: A6, 41 and BD. RGB value is (166,65,189). Sum of RGB (Red+Green+Blue) = 166+65+189=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #A641BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BD is #59BE42. Grayscale: #6C6C6C. Windows color (decimal): -5881411 or 12403110. OLE color: 12403110.

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

Color convert

RGB16665189-
CMYK0.120.6600.26
HSL288.87º48.82%49.8%-
HSV(B)288.87º65.61%74.12%-
XYZ26.815.5649.74-
YUV109.34172.96168.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 189 (74.22% from 255) = 45%
R=39.52%
G=15.48%
B=45%

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
Decimal166651890.120.6600.26288.8748.8249.8
HexA641BDC4201A1213132
Octal246101275141020324416162
Binary1010011010000011011110111001000010011010100100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641BD; }

 p { color: rgb(166,65,189); }

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

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

 a { background-color: rgb(166,65,189); }

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

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

 span { border-color: rgb(166,65,189); }

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