#A63159

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

Shades of Night Shadz #A63159

Tints of Night Shadz #A63159

Color information

#A63159 (or 0xA63159) is unknown color: approx Night Shadz. HEX triplet: A6, 31 and 59. RGB value is (166,49,89). Sum of RGB (Red+Green+Blue) = 166+49+89=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A63159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63159 is #59CEA6. Grayscale: #585858. Windows color (decimal): -5885607 or 5845414. OLE color: 5845414.

HSL color Cylindrical-coordinate representation of color #A63159: hue angle of 339.49º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63159 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1664989-
CMYK00.700.460.35
HSL339.49º54.42%42.16%-
HSV(B)339.49º70.48%65.1%-
XYZ18.6311.0210.6-
YUV88.54128.26183.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=54.61%
G=16.12%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166498900.700.460.35339.4954.4242.16
HexA631590462E23153362a
Octal24661131010656435236652
Binary10100110110001101100101000110101110100011101010011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63159; }

 p { color: rgb(166,49,89); }

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

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

 a { background-color: rgb(166,49,89); }

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

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

 span { border-color: rgb(166,49,89); }

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