Html Css Color HEX #AA9EBC Biloba Flower

📋 copy color: '#AA9EBC'

red 170 ◦ green 158 ◦ blue 188

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

Shades of Biloba Flower #AA9EBC

Tints of Biloba Flower #AA9EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 32.95%
G = 30.62%
B = 36.43%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA9EBC (or 0xAA9EBC) is known color: Biloba Flower. HEX triplet: AA, 9E and BC. RGB value is (170,158,188). Sum of RGB (Red+Green+Blue) = 170+158+188=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBC is #556143. Grayscale: #A4A4A4. Windows color (decimal): -5595460 or 12361386. OLE color: 12361386.

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

Color convert

RGB 170 158 188 -
CMYK 0.10 0.16 0 0.26
HSL 264º 0.18% 0.68% -
HSV(B) 264º 0.16% 0.74% -
XYZ 37.88 36.63 52.65 -
YUV 165.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 170 158 188 0.10 0.16 0 0.26 264 0.18 0.68
Hex AA 9E BC A 10 0 1A 108 12 44
Octal 252 236 274 12 20 0 32 410 22 104
Binary 10101010 10011110 10111100 1010 10000 0 11010 100001000 10010 1000100

Color Harmonies of #AA9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EBC

Black with #AA9EBC

Text Example


Text Example

White with #AA9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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