Html Css Color HEX #AAA1BB Biloba Flower

📋 copy color: '#AAA1BB'

red 170 ◦ green 161 ◦ blue 187

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

Shades of Biloba Flower #AAA1BB

Tints of Biloba Flower #AAA1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

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

R = 32.82%
G = 31.08%
B = 36.1%

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

#AAA1BB (or 0xAAA1BB) is known color: Biloba Flower. HEX triplet: AA, A1 and BB. RGB value is (170,161,187). Sum of RGB (Red+Green+Blue) = 170+161+187=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BB is #555E44. Grayscale: #A6A6A6. Windows color (decimal): -5594693 or 12296618. OLE color: 12296618.

HSL color Cylindrical-coordinate representation of color #AAA1BB: hue angle of 260.77º degrees, saturation: 0.16, 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 #AAA1BB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 161 187 -
CMYK 0.09 0.14 0 0.27
HSL 260.77º 0.16% 0.68% -
HSV(B) 260.77º 0.14% 0.73% -
XYZ 38.29 37.62 52.26 -
YUV 166.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 170 161 187 0.09 0.14 0 0.27 260.77 0.16 0.68
Hex AA A1 BB 9 E 0 1B 105 10 44
Octal 252 241 273 11 16 0 33 405 20 104
Binary 10101010 10100001 10111011 1001 1110 0 11011 100000101 10000 1000100

Color Harmonies of #AAA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA1BB

Black with #AAA1BB

Text Example


Text Example

White with #AAA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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