#AA91CB

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

Shades of Biloba Flower #AA91CB

Tints of Biloba Flower #AA91CB

Color information

#AA91CB (or 0xAA91CB) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and CB. RGB value is (170,145,203). Sum of RGB (Red+Green+Blue) = 170+145+203=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CB is #556E34. Grayscale: #9E9E9E. Windows color (decimal): -5598773 or 13341098. OLE color: 13341098.

HSL color Cylindrical-coordinate representation of color #AA91CB: hue angle of 265.86º 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 #AA91CB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170145203-
CMYK0.160.2900.20
HSL265.86º35.8%68.24%-
HSV(B)265.86º28.57%79.61%-
XYZ37.4833.1160.91-
YUV159.09152.78135.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=32.82%
G=27.99%
B=39.19%

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
Decimal1701452030.160.2900.20265.8635.868.24
HexAA91CB101D01410a2444
Octal252221313203502441244104
Binary10101010100100011100101110000111010101001000010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91CB; }

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

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

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

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

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

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

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

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