#A641BB

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

Shades of Deep Lilac #A641BB

Tints of Deep Lilac #A641BB

Color information

#A641BB (or 0xA641BB) is unknown color: approx Deep Lilac. HEX triplet: A6, 41 and BB. RGB value is (166,65,187). Sum of RGB (Red+Green+Blue) = 166+65+187=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #A641BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BB is #59BE44. Grayscale: #6C6C6C. Windows color (decimal): -5881413 or 12272038. OLE color: 12272038.

HSL color Cylindrical-coordinate representation of color #A641BB: hue angle of 289.67º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A641BB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16665187-
CMYK0.110.6500.27
HSL289.67º48.41%49.41%-
HSV(B)289.67º65.24%73.33%-
XYZ26.5915.4848.6-
YUV109.11171.96168.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 65 (25.78% from 255) = 15.55%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=39.71%
G=15.55%
B=44.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166651870.110.6500.27289.6748.4149.41
HexA641BBB4101B1223031
Octal246101273131010334426061
Binary1010011010000011011101110111000001011011100100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A641BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A641BB; }

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

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

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

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

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

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

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

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