#AA99C0

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

Shades of Biloba Flower #AA99C0

Tints of Biloba Flower #AA99C0

Color information

#AA99C0 (or 0xAA99C0) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and C0. RGB value is (170,153,192). Sum of RGB (Red+Green+Blue) = 170+153+192=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA99C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C0 is #55663F. Grayscale: #A2A2A2. Windows color (decimal): -5596736 or 12622250. OLE color: 12622250.

HSL color Cylindrical-coordinate representation of color #AA99C0: hue angle of 266.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA99C0 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170153192-
CMYK0.110.2000.25
HSL266.15º23.64%67.65%-
HSV(B)266.15º20.31%75.29%-
XYZ37.4835.1354.68-
YUV162.53144.63133.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=33.01%
G=29.71%
B=37.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701531920.110.2000.25266.1523.6467.65
HexAA99C0B1401910a1844
Octal252231300132403141230104
Binary101010101001100111000000101110100011001100001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99C0; }

 p { color: rgb(170,153,192); }

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

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

 a { background-color: rgb(170,153,192); }

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

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

 span { border-color: rgb(170,153,192); }

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