#AB63BC

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

Shades of Deep Lilac #AB63BC

Tints of Deep Lilac #AB63BC

Color information

#AB63BC (or 0xAB63BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 63 and BC. RGB value is (171,99,188). Sum of RGB (Red+Green+Blue) = 171+99+188=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63BC is #549C43. Grayscale: #828282. Windows color (decimal): -5545028 or 12346283. OLE color: 12346283.

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

Color convert

RGB17199188-
CMYK0.090.4700.26
HSL288.54º39.91%56.27%-
HSV(B)288.54º47.34%73.73%-
XYZ30.3321.2150.07-
YUV130.67160.35156.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=37.34%
G=21.62%
B=41.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171991880.090.4700.26288.5439.9156.27
HexAB63BC92F01A1212838
Octal25314327411570324415070
Binary101010111100011101111001001101111011010100100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB63BC; }

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

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

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

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

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

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

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

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