#A63A5B

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

Shades of Night Shadz #A63A5B

Tints of Night Shadz #A63A5B

Color information

#A63A5B (or 0xA63A5B) is unknown color: approx Night Shadz. HEX triplet: A6, 3A and 5B. RGB value is (166,58,91). Sum of RGB (Red+Green+Blue) = 166+58+91=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A5B is #59C5A4. Grayscale: #5E5E5E. Windows color (decimal): -5883301 or 5978790. OLE color: 5978790.

HSL color Cylindrical-coordinate representation of color #A63A5B: hue angle of 341.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A5B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1665891-
CMYK00.650.450.35
HSL341.67º48.21%43.92%-
HSV(B)341.67º65.06%65.1%-
XYZ19.1311.8911.18-
YUV94.05126.28179.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=52.70%
G=18.41%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166589100.650.450.35341.6748.2143.92
HexA63A5B0412D23156302c
Octal24672133010155435266054
Binary10100110111010101101101000001101101100011101010110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A5B; }

 p { color: rgb(166,58,91); }

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

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

 a { background-color: rgb(166,58,91); }

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

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

 span { border-color: rgb(166,58,91); }

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