Html Css Color HEX #AA9FBC Biloba Flower

📋 copy color: '#AA9FBC'

red 170 ◦ green 159 ◦ blue 188

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

Shades of Biloba Flower #AA9FBC

Tints of Biloba Flower #AA9FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 32.88%
G = 30.75%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA9FBC (or 0xAA9FBC) is known color: Biloba Flower. HEX triplet: AA, 9F and BC. RGB value is (170,159,188). Sum of RGB (Red+Green+Blue) = 170+159+188=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBC is #556043. Grayscale: #A5A5A5. Windows color (decimal): -5595204 or 12361642. OLE color: 12361642.

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

Color convert

RGB 170 159 188 -
CMYK 0.10 0.15 0 0.26
HSL 262.76º 0.18% 0.68% -
HSV(B) 262.76º 0.15% 0.74% -
XYZ 38.05 36.97 52.71 -
YUV 165.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 170 159 188 0.10 0.15 0 0.26 262.76 0.18 0.68
Hex AA 9F BC A F 0 1A 107 12 44
Octal 252 237 274 12 17 0 32 407 22 104
Binary 10101010 10011111 10111100 1010 1111 0 11010 100000111 10010 1000100

Color Harmonies of #AA9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FBC

Black with #AA9FBC

Text Example


Text Example

White with #AA9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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