#AA9ADF

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

Shades of Biloba Flower #AA9ADF

Tints of Biloba Flower #AA9ADF

Color information

#AA9ADF (or 0xAA9ADF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and DF. RGB value is (170,154,223). Sum of RGB (Red+Green+Blue) = 170+154+223=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADF is #556520. Grayscale: #A6A6A6. Windows color (decimal): -5596449 or 14654122. OLE color: 14654122.

HSL color Cylindrical-coordinate representation of color #AA9ADF: hue angle of 253.91º 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 #AA9ADF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170154223-
CMYK0.240.3100.13
HSL253.91º51.88%73.92%-
HSV(B)253.91º30.94%87.45%-
XYZ41.4536.9874.77-
YUV166.65159.8130.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=31.08%
G=28.15%
B=40.77%

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
Decimal1701542230.240.3100.13253.9151.8873.92
HexAA9ADF181F0Dfe344a
Octal252232337303701537664112
Binary101010101001101011011111110001111101101111111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ADF; }

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

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

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

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

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

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

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

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