Html Css Color HEX #AA9DD6 Biloba Flower

📋 copy color: '#AA9DD6'

red 170 ◦ green 157 ◦ blue 214

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

Shades of Biloba Flower #AA9DD6

Tints of Biloba Flower #AA9DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.02%

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

R = 31.42%
G = 29.02%
B = 39.56%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA9DD6 (or 0xAA9DD6) is known color: Biloba Flower. HEX triplet: AA, 9D and D6. RGB value is (170,157,214). Sum of RGB (Red+Green+Blue) = 170+157+214=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA9DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DD6 is #556229. Grayscale: #A7A7A7. Windows color (decimal): -5595690 or 14065066. OLE color: 14065066.

HSL color Cylindrical-coordinate representation of color #AA9DD6: hue angle of 253.68º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA9DD6 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 157 214 -
CMYK 0.21 0.27 0 0.16
HSL 253.68º 0.41% 0.73% -
HSV(B) 253.68º 0.27% 0.84% -
XYZ 40.77 37.52 68.71 -
YUV 167.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 170 157 214 0.21 0.27 0 0.16 253.68 0.41 0.73
Hex AA 9D D6 15 1B 0 10 FE 29 49
Octal 252 235 326 25 33 0 20 376 51 111
Binary 10101010 10011101 11010110 10101 11011 0 10000 11111110 101001 1001001

Color Harmonies of #AA9DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DD6

Black with #AA9DD6

Text Example


Text Example

White with #AA9DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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