#A5AFBA

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

Shades of Mischka #A5AFBA

Tints of Mischka #A5AFBA

Color information

#A5AFBA (or 0xA5AFBA) is unknown color: approx Mischka. HEX triplet: A5, AF and BA. RGB value is (165,175,186). Sum of RGB (Red+Green+Blue) = 165+175+186=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFBA is #5A5045. Grayscale: #ADADAD. Windows color (decimal): -5918790 or 12234661. OLE color: 12234661.

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

Color convert

RGB165175186-
CMYK0.110.0600.27
HSL211.43º13.21%68.82%-
HSV(B)211.43º11.29%72.94%-
XYZ39.7142.252.51-
YUV173.26135.19122.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=31.37%
G=33.27%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651751860.110.0600.27211.4313.2168.82
HexA5AFBAB601Bd3d45
Octal24525727213603332315105
Binary10100101101011111011101010111100110111101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFBA; }

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

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

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

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

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

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

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

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