#AA80D4

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

Shades of Biloba Flower #AA80D4

Tints of Biloba Flower #AA80D4

Color information

#AA80D4 (or 0xAA80D4) is unknown color: approx Biloba Flower. HEX triplet: AA, 80 and D4. RGB value is (170,128,212). Sum of RGB (Red+Green+Blue) = 170+128+212=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA80D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80D4 is #557F2B. Grayscale: #959595. Windows color (decimal): -5603116 or 13926570. OLE color: 13926570.

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

Color convert

RGB170128212-
CMYK0.200.4000.17
HSL270º49.41%66.67%-
HSV(B)270º39.62%83.14%-
XYZ36.1828.7465.93-
YUV150.13162.91142.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=33.33%
G=25.10%
B=41.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701282120.200.4000.1727049.4166.67
HexAA80D4142801110e3143
Octal252200324245002141661103
Binary101010101000000011010100101001010000100011000011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80D4; }

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

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

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

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

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

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

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

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