#A0334C

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

Shades of Night Shadz #A0334C

Tints of Night Shadz #A0334C

Color information

#A0334C (or 0xA0334C) is unknown color: approx Night Shadz. HEX triplet: A0, 33 and 4C. RGB value is (160,51,76). Sum of RGB (Red+Green+Blue) = 160+51+76=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0334C is #5FCCB3. Grayscale: #565656. Windows color (decimal): -6278324 or 4993952. OLE color: 4993952.

HSL color Cylindrical-coordinate representation of color #A0334C: hue angle of 346.24º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0334C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1605176-
CMYK00.680.520.37
HSL346.24º51.66%41.37%-
HSV(B)346.24º68.12%62.75%-
XYZ16.9910.367.94-
YUV86.44122.11180.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=55.75%
G=17.77%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160517600.680.520.37346.2451.6641.37
HexA0334C044342515a3429
Octal24063114010464455326451
Binary10100000110011100110001000100110100100101101011010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0334C; }

 p { color: rgb(160,51,76); }

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

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

 a { background-color: rgb(160,51,76); }

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

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

 span { border-color: rgb(160,51,76); }

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