#AA80D5

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

Shades of Biloba Flower #AA80D5

Tints of Biloba Flower #AA80D5

Color information

#AA80D5 (or 0xAA80D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 80 and D5. RGB value is (170,128,213). Sum of RGB (Red+Green+Blue) = 170+128+213=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80D5 is #557F2A. Grayscale: #959595. Windows color (decimal): -5603115 or 13992106. OLE color: 13992106.

HSL color Cylindrical-coordinate representation of color #AA80D5: hue angle of 269.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA80D5 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170128213-
CMYK0.200.4000.16
HSL269.65º50.3%66.86%-
HSV(B)269.65º39.91%83.53%-
XYZ36.3128.7966.59-
YUV150.25163.41142.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=33.27%
G=25.05%
B=41.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701282130.200.4000.16269.6550.366.86
HexAA80D5142801010e3243
Octal252200325245002041662103
Binary101010101000000011010101101001010000100001000011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80D5; }

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

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

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

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

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

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

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

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