#AA90FF

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

Shades of Biloba Flower #AA90FF

Tints of Biloba Flower #AA90FF

Color information

#AA90FF (or 0xAA90FF) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and FF. RGB value is (170,144,255). Sum of RGB (Red+Green+Blue) = 170+144+255=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90FF is #556F00. Grayscale: #A4A4A4. Windows color (decimal): -5598977 or 16748714. OLE color: 16748714.

HSL color Cylindrical-coordinate representation of color #AA90FF: hue angle of 254.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA90FF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170144255-
CMYK0.330.4400
HSL254.05º100%78.24%-
HSV(B)254.05º43.53%100%-
XYZ44.635.7199.15-
YUV164.43179.11131.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 255 (100% from 255) = 44.82%
R=29.88%
G=25.31%
B=44.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701442550.330.4400254.0510078.24
HexAA90FF212C00fe644e
Octal252220377415400376144116
Binary101010101001000011111111100001101100001111111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90FF; }

 p { color: rgb(170,144,255); }

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

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

 a { background-color: rgb(170,144,255); }

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

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

 span { border-color: rgb(170,144,255); }

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