Html Css Color HEX #AA9EBB Biloba Flower

📋 copy color: '#AA9EBB'

red 170 ◦ green 158 ◦ blue 187

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

Shades of Biloba Flower #AA9EBB

Tints of Biloba Flower #AA9EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 33.01%
G = 30.68%
B = 36.31%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA9EBB (or 0xAA9EBB) is known color: Biloba Flower. HEX triplet: AA, 9E and BB. RGB value is (170,158,187). Sum of RGB (Red+Green+Blue) = 170+158+187=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBB is #556144. Grayscale: #A4A4A4. Windows color (decimal): -5595461 or 12295850. OLE color: 12295850.

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

Color convert

RGB 170 158 187 -
CMYK 0.09 0.16 0 0.27
HSL 264.83º 0.18% 0.68% -
HSV(B) 264.83º 0.16% 0.73% -
XYZ 37.77 36.59 52.08 -
YUV 164.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 170 158 187 0.09 0.16 0 0.27 264.83 0.18 0.68
Hex AA 9E BB 9 10 0 1B 109 12 44
Octal 252 236 273 11 20 0 33 411 22 104
Binary 10101010 10011110 10111011 1001 10000 0 11011 100001001 10010 1000100

Color Harmonies of #AA9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EBB

Black with #AA9EBB

Text Example


Text Example

White with #AA9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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