#A0ABBE

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

Shades of Mischka #A0ABBE

Tints of Mischka #A0ABBE

Color information

#A0ABBE (or 0xA0ABBE) is unknown color: approx Mischka. HEX triplet: A0, AB and BE. RGB value is (160,171,190). Sum of RGB (Red+Green+Blue) = 160+171+190=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABBE is #5F5441. Grayscale: #A9A9A9. Windows color (decimal): -6247490 or 12495776. OLE color: 12495776.

HSL color Cylindrical-coordinate representation of color #A0ABBE: hue angle of 218º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0ABBE is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160171190-
CMYK0.160.1000.25
HSL218º18.75%68.63%-
HSV(B)218º15.79%74.51%-
XYZ38.3540.3254.48-
YUV169.88139.36120.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=30.71%
G=32.82%
B=36.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601711900.160.1000.2521818.7568.63
HexA0ABBE10A019da1345
Octal240253276201203133223105
Binary10100000101010111011111010000101001100111011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABBE; }

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

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

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

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

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

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

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

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