#A9ABBB

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

Shades of Mischka #A9ABBB

Tints of Mischka #A9ABBB

Color information

#A9ABBB (or 0xA9ABBB) is unknown color: approx Mischka. HEX triplet: A9, AB and BB. RGB value is (169,171,187). Sum of RGB (Red+Green+Blue) = 169+171+187=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABBB is #565444. Grayscale: #ACACAC. Windows color (decimal): -5657669 or 12299177. OLE color: 12299177.

HSL color Cylindrical-coordinate representation of color #A9ABBB: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9ABBB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169171187-
CMYK0.100.0900.27
HSL233.33º11.69%69.8%-
HSV(B)233.33º9.63%73.33%-
XYZ39.8941.1552.85-
YUV172.23136.34125.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=32.07%
G=32.45%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691711870.100.0900.27233.3311.6969.8
HexA9ABBBA901Be9c46
Octal251253273121103335114106
Binary101010011010101110111011101010010110111110100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABBB; }

 p { color: rgb(169,171,187); }

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

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

 a { background-color: rgb(169,171,187); }

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

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

 span { border-color: rgb(169,171,187); }

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