#A63D58

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

Shades of Night Shadz #A63D58

Tints of Night Shadz #A63D58

Color information

#A63D58 (or 0xA63D58) is unknown color: approx Night Shadz. HEX triplet: A6, 3D and 58. RGB value is (166,61,88). Sum of RGB (Red+Green+Blue) = 166+61+88=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D58 is #59C2A7. Grayscale: #5F5F5F. Windows color (decimal): -5882536 or 5782950. OLE color: 5782950.

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

Color convert

RGB1666188-
CMYK00.630.470.35
HSL344.57º46.26%44.51%-
HSV(B)344.57º63.25%65.1%-
XYZ19.1612.1510.57-
YUV95.47123.79178.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=52.70%
G=19.37%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166618800.630.470.35344.5746.2644.51
HexA63D5803F2F231592e2d
Octal2467513007757435315655
Binary1010011011110110110000111111101111100011101011001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D58; }

 p { color: rgb(166,61,88); }

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

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

 a { background-color: rgb(166,61,88); }

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

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

 span { border-color: rgb(166,61,88); }

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