#AA99DF

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

Shades of Biloba Flower #AA99DF

Tints of Biloba Flower #AA99DF

Color information

#AA99DF (or 0xAA99DF) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and DF. RGB value is (170,153,223). Sum of RGB (Red+Green+Blue) = 170+153+223=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DF is #556620. Grayscale: #A5A5A5. Windows color (decimal): -5596705 or 14653866. OLE color: 14653866.

HSL color Cylindrical-coordinate representation of color #AA99DF: hue angle of 254.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA99DF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170153223-
CMYK0.240.3100.13
HSL254.57º52.24%73.73%-
HSV(B)254.57º31.39%87.45%-
XYZ41.2936.6674.71-
YUV166.06160.13130.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=31.14%
G=28.02%
B=40.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701532230.240.3100.13254.5752.2473.73
HexAA99DF181F0Dff344a
Octal252231337303701537764112
Binary101010101001100111011111110001111101101111111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99DF; }

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

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

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

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

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

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

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

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