#AA90FE

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

Shades of Biloba Flower #AA90FE

Tints of Biloba Flower #AA90FE

Color information

#AA90FE (or 0xAA90FE) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and FE. RGB value is (170,144,254). Sum of RGB (Red+Green+Blue) = 170+144+254=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90FE is #556F01. Grayscale: #A3A3A3. Windows color (decimal): -5598978 or 16683178. OLE color: 16683178.

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

Color convert

RGB170144254-
CMYK0.330.4300.00
HSL254.18º98.21%78.04%-
HSV(B)254.18º43.31%99.61%-
XYZ44.4435.6598.3-
YUV164.31178.61132.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=29.93%
G=25.35%
B=44.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701442540.330.4300.00254.1898.2178.04
HexAA90FE212B00fe624e
Octal252220376415300376142116
Binary101010101001000011111110100001101011001111111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90FE; }

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

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

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

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

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

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

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

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