#A0ABBA

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

Shades of Mischka #A0ABBA

Tints of Mischka #A0ABBA

Color information

#A0ABBA (or 0xA0ABBA) is unknown color: approx Mischka. HEX triplet: A0, AB and BA. RGB value is (160,171,186). Sum of RGB (Red+Green+Blue) = 160+171+186=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABBA is #5F5445. Grayscale: #A9A9A9. Windows color (decimal): -6247494 or 12233632. OLE color: 12233632.

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

Color convert

RGB160171186-
CMYK0.140.0800.27
HSL214.62º15.85%67.84%-
HSV(B)214.62º13.98%72.94%-
XYZ37.9240.1452.2-
YUV169.42137.36121.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=30.95%
G=33.08%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601711860.140.0800.27214.6215.8567.84
HexA0ABBAE801Bd71044
Octal240253272161003332720104
Binary1010000010101011101110101110100001101111010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABBA; }

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

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

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

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

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

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

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

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