#A3ABBB

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

Shades of Mischka #A3ABBB

Tints of Mischka #A3ABBB

Color information

#A3ABBB (or 0xA3ABBB) is unknown color: approx Mischka. HEX triplet: A3, AB and BB. RGB value is (163,171,187). Sum of RGB (Red+Green+Blue) = 163+171+187=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABBB is #5C5444. Grayscale: #AAAAAA. Windows color (decimal): -6050885 or 12299171. OLE color: 12299171.

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

Color convert

RGB163171187-
CMYK0.130.0900.27
HSL220º15%68.63%-
HSV(B)220º12.83%73.33%-
XYZ38.6440.552.79-
YUV170.43137.35122.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=31.29%
G=32.82%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631711870.130.0900.272201568.63
HexA3ABBBD901Bdcf45
Octal243253273151103333417105
Binary101000111010101110111011110110010110111101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABBB; }

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

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

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

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

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

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

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

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