#A5AABC

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

Shades of Mischka #A5AABC

Tints of Mischka #A5AABC

Color information

#A5AABC (or 0xA5AABC) is unknown color: approx Mischka. HEX triplet: A5, AA and BC. RGB value is (165,170,188). Sum of RGB (Red+Green+Blue) = 165+170+188=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABC is #5A5543. Grayscale: #AAAAAA. Windows color (decimal): -5920068 or 12364453. OLE color: 12364453.

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

Color convert

RGB165170188-
CMYK0.120.1000.26
HSL226.96º14.65%69.22%-
HSV(B)226.96º12.23%73.73%-
XYZ38.9740.3853.32-
YUV170.56137.84124.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=31.55%
G=32.50%
B=35.95%

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
Decimal1651701880.120.1000.26226.9614.6569.22
HexA5AABCCA01Ae3f45
Octal245252274141203234317105
Binary101001011010101010111100110010100110101110001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AABC; }

 p { color: rgb(165,170,188); }

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

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

 a { background-color: rgb(165,170,188); }

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

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

 span { border-color: rgb(165,170,188); }

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