#A6AABD

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

Shades of Mischka #A6AABD

Tints of Mischka #A6AABD

Color information

#A6AABD (or 0xA6AABD) is unknown color: approx Mischka. HEX triplet: A6, AA and BD. RGB value is (166,170,189). Sum of RGB (Red+Green+Blue) = 166+170+189=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AABD is #595542. Grayscale: #AAAAAA. Windows color (decimal): -5854531 or 12429990. OLE color: 12429990.

HSL color Cylindrical-coordinate representation of color #A6AABD: hue angle of 229.57º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6AABD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166170189-
CMYK0.120.1000.26
HSL229.57º14.84%69.61%-
HSV(B)229.57º12.17%74.12%-
XYZ39.2940.5353.9-
YUV170.97138.17124.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 189 (74.22% from 255) = 36%
R=31.62%
G=32.38%
B=36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661701890.120.1000.26229.5714.8469.61
HexA6AABDCA01Ae6f46
Octal246252275141203234617106
Binary101001101010101010111101110010100110101110011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AABD; }

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

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

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

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

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

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

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

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