#AA9AD5

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

Shades of Biloba Flower #AA9AD5

Tints of Biloba Flower #AA9AD5

Color information

#AA9AD5 (or 0xAA9AD5) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and D5. RGB value is (170,154,213). Sum of RGB (Red+Green+Blue) = 170+154+213=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA9AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AD5 is #55652A. Grayscale: #A5A5A5. Windows color (decimal): -5596459 or 13998762. OLE color: 13998762.

HSL color Cylindrical-coordinate representation of color #AA9AD5: hue angle of 256.27º degrees, saturation: 0.41, 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 #AA9AD5 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170154213-
CMYK0.200.2800.16
HSL256.27º41.26%71.96%-
HSV(B)256.27º27.7%83.53%-
XYZ40.1436.4667.87-
YUV165.51154.8131.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=31.66%
G=28.68%
B=39.66%

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
Decimal1701542130.200.2800.16256.2741.2671.96
HexAA9AD5141C0101002948
Octal252232325243402040051110
Binary10101010100110101101010110100111000100001000000001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AD5; }

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

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

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

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

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

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

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

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