#AA91DD

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

Shades of Biloba Flower #AA91DD

Tints of Biloba Flower #AA91DD

Color information

#AA91DD (or 0xAA91DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and DD. RGB value is (170,145,221). Sum of RGB (Red+Green+Blue) = 170+145+221=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DD is #556E22. Grayscale: #A0A0A0. Windows color (decimal): -5598755 or 14520746. OLE color: 14520746.

HSL color Cylindrical-coordinate representation of color #AA91DD: hue angle of 259.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA91DD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170145221-
CMYK0.230.3400.13
HSL259.74º52.78%71.76%-
HSV(B)259.74º34.39%86.67%-
XYZ39.7534.0272.88-
YUV161.14161.78134.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=31.72%
G=27.05%
B=41.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701452210.230.3400.13259.7452.7871.76
HexAA91DD17220D1043548
Octal252221335274201540465110
Binary10101010100100011101110110111100010011011000001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91DD; }

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

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

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

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

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

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

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

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