#AA90D0

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

Shades of Biloba Flower #AA90D0

Tints of Biloba Flower #AA90D0

Color information

#AA90D0 (or 0xAA90D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and D0. RGB value is (170,144,208). Sum of RGB (Red+Green+Blue) = 170+144+208=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA90D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90D0 is #556F2F. Grayscale: #9E9E9E. Windows color (decimal): -5599024 or 13668522. OLE color: 13668522.

HSL color Cylindrical-coordinate representation of color #AA90D0: hue angle of 264.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA90D0 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170144208-
CMYK0.180.3100.18
HSL264.38º40.51%69.02%-
HSV(B)264.38º30.77%81.57%-
XYZ37.9433.0564.05-
YUV159.07155.61135.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=32.57%
G=27.59%
B=39.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701442080.180.3100.18264.3840.5169.02
HexAA90D0121F0121082945
Octal252220320223702241051105
Binary10101010100100001101000010010111110100101000010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90D0; }

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

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

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

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

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

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

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

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