Html Css Color HEX #AA9EDB Biloba Flower

📋 copy color: '#AA9EDB'

red 170 ◦ green 158 ◦ blue 219

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

Shades of Biloba Flower #AA9EDB

Tints of Biloba Flower #AA9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.88%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 31.08%
G = 28.88%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA9EDB (or 0xAA9EDB) is known color: Biloba Flower. HEX triplet: AA, 9E and DB. RGB value is (170,158,219). Sum of RGB (Red+Green+Blue) = 170+158+219=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EDB is #556124. Grayscale: #A8A8A8. Windows color (decimal): -5595429 or 14393002. OLE color: 14393002.

HSL color Cylindrical-coordinate representation of color #AA9EDB: hue angle of 251.8º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9EDB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 158 219 -
CMYK 0.22 0.28 0 0.14
HSL 251.8º 0.46% 0.74% -
HSV(B) 251.8º 0.28% 0.86% -
XYZ 41.59 38.11 72.18 -
YUV 168.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 170 158 219 0.22 0.28 0 0.14 251.8 0.46 0.74
Hex AA 9E DB 16 1C 0 E FC 2E 4A
Octal 252 236 333 26 34 0 16 374 56 112
Binary 10101010 10011110 11011011 10110 11100 0 1110 11111100 101110 1001010

Color Harmonies of #AA9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EDB

Black with #AA9EDB

Text Example


Text Example

White with #AA9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EDB; }

 p { color: rgb(170,158,219); }

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

background-color css

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

 a { background-color: rgb(170,158,219); }

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

border-color css

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

 span { border-color: rgb(170,158,219); }

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