#AB81DC

Color #AB81DC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB81DC

Tints of Biloba Flower #AB81DC

Color information

#AB81DC (or 0xAB81DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 81 and DC. RGB value is (171,129,220). Sum of RGB (Red+Green+Blue) = 171+129+220=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81DC is #547E23. Grayscale: #979797. Windows color (decimal): -5537316 or 14451115. OLE color: 14451115.

HSL color Cylindrical-coordinate representation of color #AB81DC: hue angle of 267.69º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB81DC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171129220-
CMYK0.220.4100.14
HSL267.69º56.52%68.43%-
HSV(B)267.69º41.36%86.27%-
XYZ37.5629.5371.43-
YUV151.93166.41141.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=32.88%
G=24.81%
B=42.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711292200.220.4100.14267.6956.5268.43
HexAB81DC16290E10c3944
Octal253201334265101641471104
Binary10101011100000011101110010110101001011101000011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81DC; }

 p { color: rgb(171,129,220); }

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

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

 a { background-color: rgb(171,129,220); }

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

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

 span { border-color: rgb(171,129,220); }

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