#AA91CA

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

Shades of Biloba Flower #AA91CA

Tints of Biloba Flower #AA91CA

Color information

#AA91CA (or 0xAA91CA) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and CA. RGB value is (170,145,202). Sum of RGB (Red+Green+Blue) = 170+145+202=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CA is #556E35. Grayscale: #9E9E9E. Windows color (decimal): -5598774 or 13275562. OLE color: 13275562.

HSL color Cylindrical-coordinate representation of color #AA91CA: hue angle of 266.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA91CA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170145202-
CMYK0.160.2800.21
HSL266.32º34.97%68.04%-
HSV(B)266.32º28.22%79.22%-
XYZ37.3633.0660.29-
YUV158.97152.28135.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=32.88%
G=28.05%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701452020.160.2800.21266.3234.9768.04
HexAA91CA101C01510a2344
Octal252221312203402541243104
Binary10101010100100011100101010000111000101011000010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91CA; }

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

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

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

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

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

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

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

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