#A9ABBA

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

Shades of Mischka #A9ABBA

Tints of Mischka #A9ABBA

Color information

#A9ABBA (or 0xA9ABBA) is unknown color: approx Mischka. HEX triplet: A9, AB and BA. RGB value is (169,171,186). Sum of RGB (Red+Green+Blue) = 169+171+186=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABBA is #565445. Grayscale: #ACACAC. Windows color (decimal): -5657670 or 12233641. OLE color: 12233641.

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

Color convert

RGB169171186-
CMYK0.090.0800.27
HSL232.94º10.97%69.61%-
HSV(B)232.94º9.14%72.94%-
XYZ39.7941.1152.29-
YUV172.11135.84125.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=32.13%
G=32.51%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691711860.090.0800.27232.9410.9769.61
HexA9ABBA9801Be9b46
Octal251253272111003335113106
Binary101010011010101110111010100110000110111110100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABBA; }

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

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

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

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

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

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

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

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