#A3ABB6

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

Shades of Mischka #A3ABB6

Tints of Mischka #A3ABB6

Color information

#A3ABB6 (or 0xA3ABB6) is unknown color: approx Mischka. HEX triplet: A3, AB and B6. RGB value is (163,171,182). Sum of RGB (Red+Green+Blue) = 163+171+182=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #A3ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABB6 is #5C5449. Grayscale: #A9A9A9. Windows color (decimal): -6050890 or 11971491. OLE color: 11971491.

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

Color convert

RGB163171182-
CMYK0.100.0600.29
HSL214.74º11.52%67.65%-
HSV(B)214.74º10.44%71.37%-
XYZ38.1140.2950.02-
YUV169.86134.85123.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=31.59%
G=33.14%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631711820.100.0600.29214.7411.5267.65
HexA3ABB6A601Dd7c44
Octal24325326612603532714104
Binary10100011101010111011011010101100111011101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABB6; }

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

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

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

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

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

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

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

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