#AB65BC

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

Shades of Deep Lilac #AB65BC

Tints of Deep Lilac #AB65BC

Color information

#AB65BC (or 0xAB65BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 65 and BC. RGB value is (171,101,188). Sum of RGB (Red+Green+Blue) = 171+101+188=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB65BC is #549A43. Grayscale: #838383. Windows color (decimal): -5544516 or 12346795. OLE color: 12346795.

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

Color convert

RGB171101188-
CMYK0.090.4600.26
HSL288.28º39.37%56.67%-
HSV(B)288.28º46.28%73.73%-
XYZ30.5321.650.14-
YUV131.85159.69155.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=37.17%
G=21.96%
B=40.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711011880.090.4600.26288.2839.3756.67
HexAB65BC92E01A1202739
Octal25314527411560324404771
Binary101010111100101101111001001101110011010100100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65BC; }

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

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

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

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

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

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

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

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