#AB80DA

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

Shades of Biloba Flower #AB80DA

Tints of Biloba Flower #AB80DA

Color information

#AB80DA (or 0xAB80DA) is unknown color: approx Biloba Flower. HEX triplet: AB, 80 and DA. RGB value is (171,128,218). Sum of RGB (Red+Green+Blue) = 171+128+218=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80DA is #547F25. Grayscale: #969696. Windows color (decimal): -5537574 or 14319787. OLE color: 14319787.

HSL color Cylindrical-coordinate representation of color #AB80DA: hue angle of 268.67º degrees, saturation: 0.55, 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 #AB80DA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171128218-
CMYK0.220.4100.15
HSL268.67º54.88%67.84%-
HSV(B)268.67º41.28%85.49%-
XYZ37.1729.1670-
YUV151.12165.75142.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=33.08%
G=24.76%
B=42.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711282180.220.4100.15268.6754.8867.84
HexAB80DA16290F10d3744
Octal253200332265101741567104
Binary10101011100000001101101010110101001011111000011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80DA; }

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

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

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

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

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

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

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

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