#AA99C2

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

Shades of Biloba Flower #AA99C2

Tints of Biloba Flower #AA99C2

Color information

#AA99C2 (or 0xAA99C2) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and C2. RGB value is (170,153,194). Sum of RGB (Red+Green+Blue) = 170+153+194=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C2 is #55663D. Grayscale: #A2A2A2. Windows color (decimal): -5596734 or 12753322. OLE color: 12753322.

HSL color Cylindrical-coordinate representation of color #AA99C2: hue angle of 264.88º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA99C2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170153194-
CMYK0.120.2100.24
HSL264.88º25.15%68.04%-
HSV(B)264.88º21.13%76.08%-
XYZ37.7135.2255.85-
YUV162.76145.63133.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=32.88%
G=29.59%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701531940.120.2100.24264.8825.1568.04
HexAA99C2C150181091944
Octal252231302142503041131104
Binary101010101001100111000010110010101011000100001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99C2; }

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

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

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

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

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

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

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

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