#A0175D

Color #A0175D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A0175D

Tints of Jazzberry Jam #A0175D

Color information

#A0175D (or 0xA0175D) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 17 and 5D. RGB value is (160,23,93). Sum of RGB (Red+Green+Blue) = 160+23+93=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0175D is #5FE8A2. Grayscale: #474747. Windows color (decimal): -6285475 or 6100896. OLE color: 6100896.

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

Color convert

RGB1602393-
CMYK00.860.420.37
HSL329.34º74.86%35.88%-
HSV(B)329.34º85.62%62.75%-
XYZ16.788.8811.18-
YUV71.94139.89190.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 23 (9.38% from 255) = 8.33%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=57.97%
G=8.33%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160239300.860.420.37329.3474.8635.88
HexA0175D0562A251494b24
Octal240271350126524551111344
Binary10100000101111011101010101101010101001011010010011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0175D; }

 p { color: rgb(160,23,93); }

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

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

 a { background-color: rgb(160,23,93); }

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

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

 span { border-color: rgb(160,23,93); }

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