#A0334B

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

Shades of Night Shadz #A0334B

Tints of Night Shadz #A0334B

Color information

#A0334B (or 0xA0334B) is unknown color: approx Night Shadz. HEX triplet: A0, 33 and 4B. RGB value is (160,51,75). Sum of RGB (Red+Green+Blue) = 160+51+75=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0334B is #5FCCB4. Grayscale: #565656. Windows color (decimal): -6278325 or 4928416. OLE color: 4928416.

HSL color Cylindrical-coordinate representation of color #A0334B: hue angle of 346.79º 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 #A0334B is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1605175-
CMYK00.680.530.37
HSL346.79º51.66%41.37%-
HSV(B)346.79º68.12%62.75%-
XYZ16.9510.357.76-
YUV86.33121.61180.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=55.94%
G=17.83%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160517500.680.530.37346.7951.6641.37
HexA0334B044352515b3429
Octal24063113010465455336451
Binary10100000110011100101101000100110101100101101011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0334B; }

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

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

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

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

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

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

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

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