#AA90CB

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

Shades of Biloba Flower #AA90CB

Tints of Biloba Flower #AA90CB

Color information

#AA90CB (or 0xAA90CB) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and CB. RGB value is (170,144,203). Sum of RGB (Red+Green+Blue) = 170+144+203=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90CB is #556F34. Grayscale: #9E9E9E. Windows color (decimal): -5599029 or 13340842. OLE color: 13340842.

HSL color Cylindrical-coordinate representation of color #AA90CB: hue angle of 266.44º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA90CB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170144203-
CMYK0.160.2900.20
HSL266.44º36.2%68.04%-
HSV(B)266.44º29.06%79.61%-
XYZ37.3332.860.86-
YUV158.5153.11136.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=32.88%
G=27.85%
B=39.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701442030.160.2900.20266.4436.268.04
HexAA90CB101D01410a2444
Octal252220313203502441244104
Binary10101010100100001100101110000111010101001000010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90CB; }

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

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

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

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

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

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

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

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