#A8AABD

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

Shades of Mischka #A8AABD

Tints of Mischka #A8AABD

Color information

#A8AABD (or 0xA8AABD) is unknown color: approx Mischka. HEX triplet: A8, AA and BD. RGB value is (168,170,189). Sum of RGB (Red+Green+Blue) = 168+170+189=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AABD is #575542. Grayscale: #ABABAB. Windows color (decimal): -5723459 or 12429992. OLE color: 12429992.

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

Color convert

RGB168170189-
CMYK0.110.1000.26
HSL234.29º13.73%70%-
HSV(B)234.29º11.11%74.12%-
XYZ39.7140.7553.92-
YUV171.57137.84125.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=31.88%
G=32.26%
B=35.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681701890.110.1000.26234.2913.7370
HexA8AABDBA01Aeae46
Octal250252275131203235216106
Binary101010001010101010111101101110100110101110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AABD; }

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

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

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

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

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

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

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

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