#A53E5A

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

Shades of Night Shadz #A53E5A

Tints of Night Shadz #A53E5A

Color information

#A53E5A (or 0xA53E5A) is unknown color: approx Night Shadz. HEX triplet: A5, 3E and 5A. RGB value is (165,62,90). Sum of RGB (Red+Green+Blue) = 165+62+90=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E5A is #5AC1A5. Grayscale: #5F5F5F. Windows color (decimal): -5947814 or 5914277. OLE color: 5914277.

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

Color convert

RGB1656290-
CMYK00.620.450.35
HSL343.69º45.37%44.51%-
HSV(B)343.69º62.42%64.71%-
XYZ19.0912.1811.02-
YUV95.99124.62177.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=52.05%
G=19.56%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165629000.620.450.35343.6945.3744.51
HexA53E5A03E2D231582d2d
Octal2457613207655435305555
Binary1010010111111010110100111110101101100011101011000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E5A; }

 p { color: rgb(165,62,90); }

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

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

 a { background-color: rgb(165,62,90); }

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

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

 span { border-color: rgb(165,62,90); }

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