Html Css Color HEX #AA9AD5 Biloba Flower

📋 copy color: '#AA9AD5'

red 170 ◦ green 154 ◦ blue 213

#AA9AD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA9AD5

Tints of Biloba Flower #AA9AD5

RGB

 RED value IS 170 (66.8% 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 value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA9AD5 (or 0xAA9AD5) is known color: 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

RGB 170 154 213 -
CMYK 0.20 0.28 0 0.16
HSL 256.27º 0.41% 0.72% -
HSV(B) 256.27º 0.28% 0.84% -
XYZ 40.14 36.46 67.87 -
YUV 165.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 170 154 213 0.20 0.28 0 0.16 256.27 0.41 0.72
Hex AA 9A D5 14 1C 0 10 100 29 48
Octal 252 232 325 24 34 0 20 400 51 110
Binary 10101010 10011010 11010101 10100 11100 0 10000 100000000 101001 1001000

Color Harmonies of #AA9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AD5

Black with #AA9AD5

Text Example


Text Example

White with #AA9AD5

Text Example


Text Example

HTML Codes & Css Web 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>