#AA99C5

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

Shades of Biloba Flower #AA99C5

Tints of Biloba Flower #AA99C5

Color information

#AA99C5 (or 0xAA99C5) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and C5. RGB value is (170,153,197). Sum of RGB (Red+Green+Blue) = 170+153+197=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA99C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C5 is #55663A. Grayscale: #A2A2A2. Windows color (decimal): -5596731 or 12949930. OLE color: 12949930.

HSL color Cylindrical-coordinate representation of color #AA99C5: hue angle of 263.18º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA99C5 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170153197-
CMYK0.140.2200.23
HSL263.18º27.5%68.63%-
HSV(B)263.18º22.34%77.25%-
XYZ38.0535.3657.64-
YUV163.1147.13132.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=32.69%
G=29.42%
B=37.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701531970.140.2200.23263.1827.568.63
HexAA99C5E160171071b45
Octal252231305162602740733105
Binary101010101001100111000101111010110010111100000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99C5; }

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

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

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

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

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

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

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

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