#AA8FE0

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

Shades of Biloba Flower #AA8FE0

Tints of Biloba Flower #AA8FE0

Color information

#AA8FE0 (or 0xAA8FE0) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and E0. RGB value is (170,143,224). Sum of RGB (Red+Green+Blue) = 170+143+224=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FE0 is #55701F. Grayscale: #A0A0A0. Windows color (decimal): -5599264 or 14716842. OLE color: 14716842.

HSL color Cylindrical-coordinate representation of color #AA8FE0: hue angle of 260º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8FE0 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170143224-
CMYK0.240.3600.12
HSL260º56.64%71.96%-
HSV(B)260º36.16%87.84%-
XYZ39.8533.5774.9-
YUV160.31163.95134.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=31.66%
G=26.63%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701432240.240.3600.1226056.6471.96
HexAA8FE018240C1043948
Octal252217340304401440471110
Binary10101010100011111110000011000100100011001000001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FE0; }

 p { color: rgb(170,143,224); }

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

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

 a { background-color: rgb(170,143,224); }

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

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

 span { border-color: rgb(170,143,224); }

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