#AB62BD

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

Shades of Deep Lilac #AB62BD

Tints of Deep Lilac #AB62BD

Color information

#AB62BD (or 0xAB62BD) is unknown color: approx Deep Lilac. HEX triplet: AB, 62 and BD. RGB value is (171,98,189). Sum of RGB (Red+Green+Blue) = 171+98+189=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB62BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62BD is #549D42. Grayscale: #818181. Windows color (decimal): -5545283 or 12411563. OLE color: 12411563.

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

Color convert

RGB17198189-
CMYK0.100.4800.26
HSL288.13º40.81%56.27%-
HSV(B)288.13º48.15%74.12%-
XYZ30.3521.0750.61-
YUV130.2161.18157.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=37.34%
G=21.40%
B=41.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171981890.100.4800.26288.1340.8156.27
HexAB62BDA3001A1202938
Octal25314227512600324405170
Binary101010111100010101111011010110000011010100100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62BD; }

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

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

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

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

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

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

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

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