#A6ABBE

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

Shades of Mischka #A6ABBE

Tints of Mischka #A6ABBE

Color information

#A6ABBE (or 0xA6ABBE) is unknown color: approx Mischka. HEX triplet: A6, AB and BE. RGB value is (166,171,190). Sum of RGB (Red+Green+Blue) = 166+171+190=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABBE is #595441. Grayscale: #ABABAB. Windows color (decimal): -5854274 or 12495782. OLE color: 12495782.

HSL color Cylindrical-coordinate representation of color #A6ABBE: hue angle of 227.5º 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 #A6ABBE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166171190-
CMYK0.130.1000.25
HSL227.5º15.58%69.8%-
HSV(B)227.5º12.63%74.51%-
XYZ39.5840.9554.53-
YUV171.67138.34123.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=31.50%
G=32.45%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661711900.130.1000.25227.515.5869.8
HexA6ABBEDA019e41046
Octal246253276151203134420106
Binary1010011010101011101111101101101001100111100100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABBE; }

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

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

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

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

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

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

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

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