#AA99D5

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

Shades of Biloba Flower #AA99D5

Tints of Biloba Flower #AA99D5

Color information

#AA99D5 (or 0xAA99D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and D5. RGB value is (170,153,213). Sum of RGB (Red+Green+Blue) = 170+153+213=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA99D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D5 is #55662A. Grayscale: #A4A4A4. Windows color (decimal): -5596715 or 13998506. OLE color: 13998506.

HSL color Cylindrical-coordinate representation of color #AA99D5: hue angle of 257º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA99D5 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170153213-
CMYK0.200.2800.16
HSL257º41.67%71.76%-
HSV(B)257º28.17%83.53%-
XYZ39.9836.1367.82-
YUV164.92155.13131.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=31.72%
G=28.54%
B=39.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701532130.200.2800.1625741.6771.76
HexAA99D5141C0101012a48
Octal252231325243402040152110
Binary10101010100110011101010110100111000100001000000011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99D5; }

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

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

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

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

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

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

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

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