#A6ABBB

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

Shades of Mischka #A6ABBB

Tints of Mischka #A6ABBB

Color information

#A6ABBB (or 0xA6ABBB) is unknown color: approx Mischka. HEX triplet: A6, AB and BB. RGB value is (166,171,187). Sum of RGB (Red+Green+Blue) = 166+171+187=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABBB is #595444. Grayscale: #ABABAB. Windows color (decimal): -5854277 or 12299174. OLE color: 12299174.

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

Color convert

RGB166171187-
CMYK0.110.0900.27
HSL225.71º13.38%69.22%-
HSV(B)225.71º11.23%73.33%-
XYZ39.2640.8252.82-
YUV171.33136.84124.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=31.68%
G=32.63%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661711870.110.0900.27225.7113.3869.22
HexA6ABBBB901Be2d45
Octal246253273131103334215105
Binary101001101010101110111011101110010110111110001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABBB; }

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

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

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

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

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

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

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

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