#AB80D9

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

Shades of Biloba Flower #AB80D9

Tints of Biloba Flower #AB80D9

Color information

#AB80D9 (or 0xAB80D9) is unknown color: approx Biloba Flower. HEX triplet: AB, 80 and D9. RGB value is (171,128,217). Sum of RGB (Red+Green+Blue) = 171+128+217=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB80D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D9 is #547F26. Grayscale: #969696. Windows color (decimal): -5537575 or 14254251. OLE color: 14254251.

HSL color Cylindrical-coordinate representation of color #AB80D9: hue angle of 268.99º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB80D9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171128217-
CMYK0.210.4100.15
HSL268.99º53.94%67.65%-
HSV(B)268.99º41.01%85.1%-
XYZ37.0429.1169.31-
YUV151165.25142.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=33.14%
G=24.81%
B=42.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711282170.210.4100.15268.9953.9467.65
HexAB80D915290F10d3644
Octal253200331255101741566104
Binary10101011100000001101100110101101001011111000011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80D9; }

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

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

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

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

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

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

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

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