#AB80DE

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

Shades of Biloba Flower #AB80DE

Tints of Biloba Flower #AB80DE

Color information

#AB80DE (or 0xAB80DE) is unknown color: approx Biloba Flower. HEX triplet: AB, 80 and DE. RGB value is (171,128,222). Sum of RGB (Red+Green+Blue) = 171+128+222=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DE is #547F21. Grayscale: #979797. Windows color (decimal): -5537570 or 14581931. OLE color: 14581931.

HSL color Cylindrical-coordinate representation of color #AB80DE: hue angle of 267.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB80DE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171128222-
CMYK0.230.4200.13
HSL267.45º58.75%68.63%-
HSV(B)267.45º42.34%87.06%-
XYZ37.729.3772.79-
YUV151.57167.75141.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=32.82%
G=24.57%
B=42.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711282220.230.4200.13267.4558.7568.63
HexAB80DE172A0D10b3b45
Octal253200336275201541373105
Binary10101011100000001101111010111101010011011000010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80DE; }

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

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

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

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

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

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

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

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