#AA91D0

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

Shades of Biloba Flower #AA91D0

Tints of Biloba Flower #AA91D0

Color information

#AA91D0 (or 0xAA91D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and D0. RGB value is (170,145,208). Sum of RGB (Red+Green+Blue) = 170+145+208=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA91D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91D0 is #556E2F. Grayscale: #9F9F9F. Windows color (decimal): -5598768 or 13668778. OLE color: 13668778.

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

Color convert

RGB170145208-
CMYK0.180.3000.18
HSL263.81º40.13%69.22%-
HSV(B)263.81º30.29%81.57%-
XYZ38.0933.3564.1-
YUV159.66155.28135.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=32.50%
G=27.72%
B=39.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701452080.180.3000.18263.8140.1369.22
HexAA91D0121E0121082845
Octal252221320223602241050105
Binary10101010100100011101000010010111100100101000010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91D0; }

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

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

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

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

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

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

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

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