#A2ABBA

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

Shades of Mischka #A2ABBA

Tints of Mischka #A2ABBA

Color information

#A2ABBA (or 0xA2ABBA) is unknown color: approx Mischka. HEX triplet: A2, AB and BA. RGB value is (162,171,186). Sum of RGB (Red+Green+Blue) = 162+171+186=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABBA is #5D5445. Grayscale: #A9A9A9. Windows color (decimal): -6116422 or 12233634. OLE color: 12233634.

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

Color convert

RGB162171186-
CMYK0.130.0800.27
HSL217.5º14.81%68.24%-
HSV(B)217.5º12.9%72.94%-
XYZ38.3340.3552.22-
YUV170.02137.02122.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=31.21%
G=32.95%
B=35.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621711860.130.0800.27217.514.8168.24
HexA2ABBAD801Bdaf44
Octal242253272151003333217104
Binary101000101010101110111010110110000110111101101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABBA; }

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

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

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

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

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

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

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

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