#A1ABB7

Color #A1ABB7 Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #A1ABB7

Tints of Mischka #A1ABB7

Color information

#A1ABB7 (or 0xA1ABB7) is unknown color: approx Mischka. HEX triplet: A1, AB and B7. RGB value is (161,171,183). Sum of RGB (Red+Green+Blue) = 161+171+183=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 183 - color contains mainly: blue. Hex color #A1ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABB7 is #5E5448. Grayscale: #A9A9A9. Windows color (decimal): -6181961 or 12037025. OLE color: 12037025.

HSL color Cylindrical-coordinate representation of color #A1ABB7: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1ABB7 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161171183-
CMYK0.120.0700.28
HSL212.73º13.25%67.45%-
HSV(B)212.73º12.02%71.76%-
XYZ37.8140.1250.55-
YUV169.38135.69122.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=31.26%
G=33.20%
B=35.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611711830.120.0700.28212.7313.2567.45
HexA1ABB7C701Cd5d43
Octal24125326714703432515103
Binary10100001101010111011011111001110111001101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABB7; }

 p { color: rgb(161,171,183); }

 H1.HeaderClassName
 {
   color: #A1ABB7;
 }
 .AnyTagClassName
 {
   color: #A1ABB7;
 }
</style>
background-color css

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

 a { background-color: rgb(161,171,183); }

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

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

 span { border-color: rgb(161,171,183); }

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