#A0375B

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

Shades of Night Shadz #A0375B

Tints of Night Shadz #A0375B

Color information

#A0375B (or 0xA0375B) is unknown color: approx Night Shadz. HEX triplet: A0, 37 and 5B. RGB value is (160,55,91). Sum of RGB (Red+Green+Blue) = 160+55+91=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0375B is #5FC8A4. Grayscale: #5A5A5A. Windows color (decimal): -6277285 or 5978016. OLE color: 5978016.

HSL color Cylindrical-coordinate representation of color #A0375B: hue angle of 339.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0375B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1605591-
CMYK00.660.430.37
HSL339.43º48.84%42.16%-
HSV(B)339.43º65.62%62.75%-
XYZ17.7510.9611.08-
YUV90.5128.29177.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=52.29%
G=17.97%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160559100.660.430.37339.4348.8442.16
HexA0375B0422B25153312a
Octal24067133010253455236152
Binary10100000110111101101101000010101011100101101010011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0375B; }

 p { color: rgb(160,55,91); }

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

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

 a { background-color: rgb(160,55,91); }

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

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

 span { border-color: rgb(160,55,91); }

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