#AB62BC

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

Shades of Deep Lilac #AB62BC

Tints of Deep Lilac #AB62BC

Color information

#AB62BC (or 0xAB62BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 62 and BC. RGB value is (171,98,188). Sum of RGB (Red+Green+Blue) = 171+98+188=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62BC is #549D43. Grayscale: #818181. Windows color (decimal): -5545284 or 12346027. OLE color: 12346027.

HSL color Cylindrical-coordinate representation of color #AB62BC: hue angle of 288.67º degrees, saturation: 0.4, 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 #AB62BC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17198188-
CMYK0.090.4800.26
HSL288.67º40.18%56.08%-
HSV(B)288.67º47.87%73.73%-
XYZ30.2421.0250.04-
YUV130.09160.68157.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=37.42%
G=21.44%
B=41.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171981880.090.4800.26288.6740.1856.08
HexAB62BC93001A1212838
Octal25314227411600324415070
Binary101010111100010101111001001110000011010100100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62BC; }

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

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

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

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

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

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

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

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