#AA91DC

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

Shades of Biloba Flower #AA91DC

Tints of Biloba Flower #AA91DC

Color information

#AA91DC (or 0xAA91DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and DC. RGB value is (170,145,220). Sum of RGB (Red+Green+Blue) = 170+145+220=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DC is #556E23. Grayscale: #A0A0A0. Windows color (decimal): -5598756 or 14455210. OLE color: 14455210.

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

Color convert

RGB170145220-
CMYK0.230.3400.14
HSL260º51.72%71.57%-
HSV(B)260º34.09%86.27%-
XYZ39.6233.9672.18-
YUV161.02161.28134.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=31.78%
G=27.10%
B=41.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701452200.230.3400.1426051.7271.57
HexAA91DC17220E1043448
Octal252221334274201640464110
Binary10101010100100011101110010111100010011101000001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91DC; }

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

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

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

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

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

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

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

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