#A4AFBA

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

Shades of Mischka #A4AFBA

Tints of Mischka #A4AFBA

Color information

#A4AFBA (or 0xA4AFBA) is unknown color: approx Mischka. HEX triplet: A4, AF and BA. RGB value is (164,175,186). Sum of RGB (Red+Green+Blue) = 164+175+186=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFBA is #5B5045. Grayscale: #ACACAC. Windows color (decimal): -5984326 or 12234660. OLE color: 12234660.

HSL color Cylindrical-coordinate representation of color #A4AFBA: hue angle of 210º 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 #A4AFBA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164175186-
CMYK0.120.0600.27
HSL210º13.75%68.63%-
HSV(B)210º11.83%72.94%-
XYZ39.542.152.5-
YUV172.96135.36121.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=31.24%
G=33.33%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641751860.120.0600.2721013.7568.63
HexA4AFBAC601Bd2e45
Octal24425727214603332216105
Binary10100100101011111011101011001100110111101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFBA; }

 p { color: rgb(164,175,186); }

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

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

 a { background-color: rgb(164,175,186); }

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

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

 span { border-color: rgb(164,175,186); }

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