#AA91CF

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

Shades of Biloba Flower #AA91CF

Tints of Biloba Flower #AA91CF

Color information

#AA91CF (or 0xAA91CF) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and CF. RGB value is (170,145,207). Sum of RGB (Red+Green+Blue) = 170+145+207=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CF is #556E30. Grayscale: #9F9F9F. Windows color (decimal): -5598769 or 13603242. OLE color: 13603242.

HSL color Cylindrical-coordinate representation of color #AA91CF: hue angle of 264.19º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA91CF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170145207-
CMYK0.180.3000.19
HSL264.19º39.24%69.02%-
HSV(B)264.19º29.95%81.18%-
XYZ37.9733.363.46-
YUV159.54154.78135.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=32.57%
G=27.78%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701452070.180.3000.19264.1939.2469.02
HexAA91CF121E0131082745
Octal252221317223602341047105
Binary10101010100100011100111110010111100100111000010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91CF; }

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

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

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

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

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

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

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

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