Html Css Color HEX #AA9FBF Biloba Flower

📋 copy color: '#AA9FBF'

red 170 ◦ green 159 ◦ blue 191

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

Shades of Biloba Flower #AA9FBF

Tints of Biloba Flower #AA9FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 32.69%
G = 30.58%
B = 36.73%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA9FBF (or 0xAA9FBF) is known color: Biloba Flower. HEX triplet: AA, 9F and BF. RGB value is (170,159,191). Sum of RGB (Red+Green+Blue) = 170+159+191=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBF is #556040. Grayscale: #A5A5A5. Windows color (decimal): -5595201 or 12558250. OLE color: 12558250.

HSL color Cylindrical-coordinate representation of color #AA9FBF: hue angle of 260.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9FBF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 159 191 -
CMYK 0.11 0.17 0 0.25
HSL 260.63º 0.2% 0.69% -
HSV(B) 260.63º 0.17% 0.75% -
XYZ 38.38 37.1 54.43 -
YUV 165.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 170 159 191 0.11 0.17 0 0.25 260.63 0.2 0.69
Hex AA 9F BF B 11 0 19 105 14 45
Octal 252 237 277 13 21 0 31 405 24 105
Binary 10101010 10011111 10111111 1011 10001 0 11001 100000101 10100 1000101

Color Harmonies of #AA9FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FBF

Black with #AA9FBF

Text Example


Text Example

White with #AA9FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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