#A5ABB6

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

Shades of Mischka #A5ABB6

Tints of Mischka #A5ABB6

Color information

#A5ABB6 (or 0xA5ABB6) is unknown color: approx Mischka. HEX triplet: A5, AB and B6. RGB value is (165,171,182). Sum of RGB (Red+Green+Blue) = 165+171+182=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #A5ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABB6 is #5A5449. Grayscale: #AAAAAA. Windows color (decimal): -5919818 or 11971493. OLE color: 11971493.

HSL color Cylindrical-coordinate representation of color #A5ABB6: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5ABB6 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165171182-
CMYK0.090.0600.29
HSL218.82º10.43%68.04%-
HSV(B)218.82º9.34%71.37%-
XYZ38.5240.550.04-
YUV170.46134.51124.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=31.85%
G=33.01%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651711820.090.0600.29218.8210.4368.04
HexA5ABB69601Ddba44
Octal24525326611603533312104
Binary10100101101010111011011010011100111011101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABB6; }

 p { color: rgb(165,171,182); }

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

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

 a { background-color: rgb(165,171,182); }

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

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

 span { border-color: rgb(165,171,182); }

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