Html Css Color HEX #AA9AD6 Biloba Flower

📋 copy color: '#AA9AD6'

red 170 ◦ green 154 ◦ blue 214

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

Shades of Biloba Flower #AA9AD6

Tints of Biloba Flower #AA9AD6

RGB

 RED value IS 170 (66.8% from 255) = 31.6%

 GREEN value IS 154 (60.55% from 255) = 28.62%

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 31.6%
G = 28.62%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA9AD6 (or 0xAA9AD6) is known color: Biloba Flower. HEX triplet: AA, 9A and D6. RGB value is (170,154,214). Sum of RGB (Red+Green+Blue) = 170+154+214=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA9AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AD6 is #556529. Grayscale: #A5A5A5. Windows color (decimal): -5596458 or 14064298. OLE color: 14064298.

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

Color convert

RGB 170 154 214 -
CMYK 0.21 0.28 0 0.16
HSL 256º 0.42% 0.72% -
HSV(B) 256º 0.28% 0.84% -
XYZ 40.27 36.51 68.54 -
YUV 165.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 170 154 214 0.21 0.28 0 0.16 256 0.42 0.72
Hex AA 9A D6 15 1C 0 10 100 2A 48
Octal 252 232 326 25 34 0 20 400 52 110
Binary 10101010 10011010 11010110 10101 11100 0 10000 100000000 101010 1001000

Color Harmonies of #AA9AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AD6

Black with #AA9AD6

Text Example


Text Example

White with #AA9AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9AD6; }

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

 H1.HeaderClassName
 {
   color: #AA9AD6;
 }
 .AnyTagClassName
 {
   color: #AA9AD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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