#A4A7BB

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

Shades of Mischka #A4A7BB

Tints of Mischka #A4A7BB

Color information

#A4A7BB (or 0xA4A7BB) is unknown color: approx Mischka. HEX triplet: A4, A7 and BB. RGB value is (164,167,187). Sum of RGB (Red+Green+Blue) = 164+167+187=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7BB is #5B5844. Grayscale: #A8A8A8. Windows color (decimal): -5986373 or 12298148. OLE color: 12298148.

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

Color convert

RGB164167187-
CMYK0.120.1100.27
HSL232.17º14.47%68.82%-
HSV(B)232.17º12.3%73.33%-
XYZ38.139.1252.56-
YUV168.38138.51124.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=31.66%
G=32.24%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641671870.120.1100.27232.1714.4768.82
HexA4A7BBCB01Be8e45
Octal244247273141303335016105
Binary101001001010011110111011110010110110111110100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7BB; }

 p { color: rgb(164,167,187); }

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

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

 a { background-color: rgb(164,167,187); }

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

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

 span { border-color: rgb(164,167,187); }

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