#A6AABE

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

Shades of Mischka #A6AABE

Tints of Mischka #A6AABE

Color information

#A6AABE (or 0xA6AABE) is unknown color: approx Mischka. HEX triplet: A6, AA and BE. RGB value is (166,170,190). Sum of RGB (Red+Green+Blue) = 166+170+190=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AABE is #595541. Grayscale: #ABABAB. Windows color (decimal): -5854530 or 12495526. OLE color: 12495526.

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

Color convert

RGB166170190-
CMYK0.130.1100.25
HSL230º15.58%69.8%-
HSV(B)230º12.63%74.51%-
XYZ39.3940.5754.47-
YUV171.08138.67124.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=31.56%
G=32.32%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661701900.130.1100.2523015.5869.8
HexA6AABEDB019e61046
Octal246252276151303134620106
Binary1010011010101010101111101101101101100111100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AABE; }

 p { color: rgb(166,170,190); }

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

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

 a { background-color: rgb(166,170,190); }

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

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

 span { border-color: rgb(166,170,190); }

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