Html Css Color HEX #AA9DBE Biloba Flower

📋 copy color: '#AA9DBE'

red 170 ◦ green 157 ◦ blue 190

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

Shades of Biloba Flower #AA9DBE

Tints of Biloba Flower #AA9DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 32.88%
G = 30.37%
B = 36.75%

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

#AA9DBE (or 0xAA9DBE) is known color: Biloba Flower. HEX triplet: AA, 9D and BE. RGB value is (170,157,190). Sum of RGB (Red+Green+Blue) = 170+157+190=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DBE is #556241. Grayscale: #A4A4A4. Windows color (decimal): -5595714 or 12492202. OLE color: 12492202.

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

Color convert

RGB 170 157 190 -
CMYK 0.11 0.17 0 0.25
HSL 263.64º 0.2% 0.68% -
HSV(B) 263.64º 0.17% 0.75% -
XYZ 37.93 36.38 53.74 -
YUV 164.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 170 157 190 0.11 0.17 0 0.25 263.64 0.2 0.68
Hex AA 9D BE B 11 0 19 108 14 44
Octal 252 235 276 13 21 0 31 410 24 104
Binary 10101010 10011101 10111110 1011 10001 0 11001 100001000 10100 1000100

Color Harmonies of #AA9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DBE

Black with #AA9DBE

Text Example


Text Example

White with #AA9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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