#A7AABD

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

Shades of Mischka #A7AABD

Tints of Mischka #A7AABD

Color information

#A7AABD (or 0xA7AABD) is unknown color: approx Mischka. HEX triplet: A7, AA and BD. RGB value is (167,170,189). Sum of RGB (Red+Green+Blue) = 167+170+189=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AABD is #585542. Grayscale: #ABABAB. Windows color (decimal): -5788995 or 12429991. OLE color: 12429991.

HSL color Cylindrical-coordinate representation of color #A7AABD: hue angle of 231.82º degrees, saturation: 0.14, 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 #A7AABD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167170189-
CMYK0.120.1000.26
HSL231.82º14.29%69.8%-
HSV(B)231.82º11.64%74.12%-
XYZ39.540.6453.91-
YUV171.27138.01124.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=31.75%
G=32.32%
B=35.93%

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
Decimal1671701890.120.1000.26231.8214.2969.8
HexA7AABDCA01Ae8e46
Octal247252275141203235016106
Binary101001111010101010111101110010100110101110100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AABD; }

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

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

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

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

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

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

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

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