Html Css Color HEX #AAA0BB Biloba Flower

📋 copy color: '#AAA0BB'

red 170 ◦ green 160 ◦ blue 187

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

Shades of Biloba Flower #AAA0BB

Tints of Biloba Flower #AAA0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 32.88%
G = 30.95%
B = 36.17%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAA0BB (or 0xAAA0BB) is known color: Biloba Flower. HEX triplet: AA, A0 and BB. RGB value is (170,160,187). Sum of RGB (Red+Green+Blue) = 170+160+187=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BB is #555F44. Grayscale: #A5A5A5. Windows color (decimal): -5594949 or 12296362. OLE color: 12296362.

HSL color Cylindrical-coordinate representation of color #AAA0BB: hue angle of 262.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA0BB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 160 187 -
CMYK 0.09 0.14 0 0.27
HSL 262.22º 0.17% 0.68% -
HSV(B) 262.22º 0.14% 0.73% -
XYZ 38.12 37.28 52.2 -
YUV 166.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 170 160 187 0.09 0.14 0 0.27 262.22 0.17 0.68
Hex AA A0 BB 9 E 0 1B 106 11 44
Octal 252 240 273 11 16 0 33 406 21 104
Binary 10101010 10100000 10111011 1001 1110 0 11011 100000110 10001 1000100

Color Harmonies of #AAA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0BB

Black with #AAA0BB

Text Example


Text Example

White with #AAA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0BB; }

 p { color: rgb(170,160,187); }

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

background-color css

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

 a { background-color: rgb(170,160,187); }

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

border-color css

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

 span { border-color: rgb(170,160,187); }

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