Html Css Color HEX #AA9DBF Biloba Flower

📋 copy color: '#AA9DBF'

red 170 ◦ green 157 ◦ blue 191

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

Shades of Biloba Flower #AA9DBF

Tints of Biloba Flower #AA9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

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

R = 32.82%
G = 30.31%
B = 36.87%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA9DBF (or 0xAA9DBF) is known color: Biloba Flower. HEX triplet: AA, 9D and BF. RGB value is (170,157,191). Sum of RGB (Red+Green+Blue) = 170+157+191=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DBF is #556240. Grayscale: #A4A4A4. Windows color (decimal): -5595713 or 12557738. OLE color: 12557738.

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

Color convert

RGB 170 157 191 -
CMYK 0.11 0.18 0 0.25
HSL 262.94º 0.21% 0.68% -
HSV(B) 262.94º 0.18% 0.75% -
XYZ 38.04 36.42 54.32 -
YUV 164.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 170 157 191 0.11 0.18 0 0.25 262.94 0.21 0.68
Hex AA 9D BF B 12 0 19 107 15 44
Octal 252 235 277 13 22 0 31 407 25 104
Binary 10101010 10011101 10111111 1011 10010 0 11001 100000111 10101 1000100

Color Harmonies of #AA9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DBF

Black with #AA9DBF

Text Example


Text Example

White with #AA9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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