#A4ABBB

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

Shades of Mischka #A4ABBB

Tints of Mischka #A4ABBB

Color information

#A4ABBB (or 0xA4ABBB) is unknown color: approx Mischka. HEX triplet: A4, AB and BB. RGB value is (164,171,187). Sum of RGB (Red+Green+Blue) = 164+171+187=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABBB is #5B5444. Grayscale: #AAAAAA. Windows color (decimal): -5985349 or 12299172. OLE color: 12299172.

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

Color convert

RGB164171187-
CMYK0.120.0900.27
HSL221.74º14.47%68.82%-
HSV(B)221.74º12.3%73.33%-
XYZ38.8440.6152.8-
YUV170.73137.18123.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=31.42%
G=32.76%
B=35.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641711870.120.0900.27221.7414.4768.82
HexA4ABBBC901Bdee45
Octal244253273141103333616105
Binary101001001010101110111011110010010110111101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABBB; }

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

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

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

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

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

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

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

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