#AB61BE

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

Shades of Deep Lilac #AB61BE

Tints of Deep Lilac #AB61BE

Color information

#AB61BE (or 0xAB61BE) is unknown color: approx Deep Lilac. HEX triplet: AB, 61 and BE. RGB value is (171,97,190). Sum of RGB (Red+Green+Blue) = 171+97+190=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BE is #549E41. Grayscale: #818181. Windows color (decimal): -5545538 or 12476843. OLE color: 12476843.

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

Color convert

RGB17197190-
CMYK0.100.4900.25
HSL287.74º41.7%56.27%-
HSV(B)287.74º48.95%74.51%-
XYZ30.3620.9351.15-
YUV129.73162.02157.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=37.34%
G=21.18%
B=41.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171971900.100.4900.25287.7441.756.27
HexAB61BEA310191202a38
Octal25314127612610314405270
Binary101010111100001101111101010110001011001100100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61BE; }

 p { color: rgb(171,97,190); }

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

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

 a { background-color: rgb(171,97,190); }

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

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

 span { border-color: rgb(171,97,190); }

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