#AA80DF

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

Shades of Biloba Flower #AA80DF

Tints of Biloba Flower #AA80DF

Color information

#AA80DF (or 0xAA80DF) is unknown color: approx Biloba Flower. HEX triplet: AA, 80 and DF. RGB value is (170,128,223). Sum of RGB (Red+Green+Blue) = 170+128+223=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80DF is #557F20. Grayscale: #979797. Windows color (decimal): -5603105 or 14647466. OLE color: 14647466.

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

Color convert

RGB170128223-
CMYK0.240.4300.13
HSL266.53º59.75%68.82%-
HSV(B)266.53º42.6%87.45%-
XYZ37.6229.3173.49-
YUV151.39168.41141.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=32.63%
G=24.57%
B=42.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701282230.240.4300.13266.5359.7568.82
HexAA80DF182B0D10b3c45
Octal252200337305301541374105
Binary10101010100000001101111111000101011011011000010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80DF; }

 p { color: rgb(170,128,223); }

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

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

 a { background-color: rgb(170,128,223); }

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

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

 span { border-color: rgb(170,128,223); }

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