#AA91CD

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

Shades of Biloba Flower #AA91CD

Tints of Biloba Flower #AA91CD

Color information

#AA91CD (or 0xAA91CD) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and CD. RGB value is (170,145,205). Sum of RGB (Red+Green+Blue) = 170+145+205=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CD is #556E32. Grayscale: #9F9F9F. Windows color (decimal): -5598771 or 13472170. OLE color: 13472170.

HSL color Cylindrical-coordinate representation of color #AA91CD: hue angle of 265º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA91CD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170145205-
CMYK0.170.2900.20
HSL265º37.5%68.63%-
HSV(B)265º29.27%80.39%-
XYZ37.7233.262.18-
YUV159.32153.78135.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=32.69%
G=27.88%
B=39.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701452050.170.2900.2026537.568.63
HexAA91CD111D0141092545
Octal252221315213502441145105
Binary10101010100100011100110110001111010101001000010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91CD; }

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

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

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

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

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

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

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

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