#A4AABD

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

Shades of Mischka #A4AABD

Tints of Mischka #A4AABD

Color information

#A4AABD (or 0xA4AABD) is unknown color: approx Mischka. HEX triplet: A4, AA and BD. RGB value is (164,170,189). Sum of RGB (Red+Green+Blue) = 164+170+189=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AABD is #5B5542. Grayscale: #AAAAAA. Windows color (decimal): -5985603 or 12429988. OLE color: 12429988.

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

Color convert

RGB164170189-
CMYK0.130.1000.26
HSL225.6º15.92%69.22%-
HSV(B)225.6º13.23%74.12%-
XYZ38.8740.3253.88-
YUV170.37138.51123.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=31.36%
G=32.50%
B=36.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641701890.130.1000.26225.615.9269.22
HexA4AABDDA01Ae21045
Octal244252275151203234220105
Binary1010010010101010101111011101101001101011100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AABD; }

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

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

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

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

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

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

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

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