#A4ABB5

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

Shades of Mischka #A4ABB5

Tints of Mischka #A4ABB5

Color information

#A4ABB5 (or 0xA4ABB5) is unknown color: approx Mischka. HEX triplet: A4, AB and B5. RGB value is (164,171,181). Sum of RGB (Red+Green+Blue) = 164+171+181=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #A4ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABB5 is #5B544A. Grayscale: #AAAAAA. Windows color (decimal): -5985355 or 11905956. OLE color: 11905956.

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

Color convert

RGB164171181-
CMYK0.090.0600.29
HSL215.29º10.3%67.65%-
HSV(B)215.29º9.39%70.98%-
XYZ38.2140.3549.49-
YUV170.05134.18123.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=31.78%
G=33.14%
B=35.08%

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
Decimal1641711810.090.0600.29215.2910.367.65
HexA4ABB59601Dd7a44
Octal24425326511603532712104
Binary10100100101010111011010110011100111011101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABB5; }

 p { color: rgb(164,171,181); }

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

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

 a { background-color: rgb(164,171,181); }

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

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

 span { border-color: rgb(164,171,181); }

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