#AB61BD

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

Shades of Deep Lilac #AB61BD

Tints of Deep Lilac #AB61BD

Color information

#AB61BD (or 0xAB61BD) is unknown color: approx Deep Lilac. HEX triplet: AB, 61 and BD. RGB value is (171,97,189). Sum of RGB (Red+Green+Blue) = 171+97+189=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB61BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61BD is #549E42. Grayscale: #818181. Windows color (decimal): -5545539 or 12411307. OLE color: 12411307.

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

Color convert

RGB17197189-
CMYK0.100.4900.26
HSL288.26º41.07%56.08%-
HSV(B)288.26º48.68%74.12%-
XYZ30.2520.8850.58-
YUV129.61161.52157.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=37.42%
G=21.23%
B=41.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171971890.100.4900.26288.2641.0756.08
HexAB61BDA3101A1202938
Octal25314127512610324405170
Binary101010111100001101111011010110001011010100100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61BD; }

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

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

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

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

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

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

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

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