#AB80DC

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

Shades of Biloba Flower #AB80DC

Tints of Biloba Flower #AB80DC

Color information

#AB80DC (or 0xAB80DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 80 and DC. RGB value is (171,128,220). Sum of RGB (Red+Green+Blue) = 171+128+220=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DC is #547F23. Grayscale: #979797. Windows color (decimal): -5537572 or 14450859. OLE color: 14450859.

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

Color convert

RGB171128220-
CMYK0.220.4200.14
HSL268.04º56.79%68.24%-
HSV(B)268.04º41.82%86.27%-
XYZ37.4329.2671.39-
YUV151.34166.75142.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=32.95%
G=24.66%
B=42.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711282200.220.4200.14268.0456.7968.24
HexAB80DC162A0E10c3944
Octal253200334265201641471104
Binary10101011100000001101110010110101010011101000011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80DC; }

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

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

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

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

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

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

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

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