#A0175E

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

Shades of Jazzberry Jam #A0175E

Tints of Jazzberry Jam #A0175E

Color information

#A0175E (or 0xA0175E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 17 and 5E. RGB value is (160,23,94). Sum of RGB (Red+Green+Blue) = 160+23+94=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0175E is #5FE8A1. Grayscale: #474747. Windows color (decimal): -6285474 or 6166432. OLE color: 6166432.

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

Color convert

RGB1602394-
CMYK00.860.410.37
HSL328.91º74.86%35.88%-
HSV(B)328.91º85.62%62.75%-
XYZ16.828.8911.42-
YUV72.06140.39190.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=57.76%
G=8.30%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160239400.860.410.37328.9174.8635.88
HexA0175E05629251494b24
Octal240271360126514551111344
Binary10100000101111011110010101101010011001011010010011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0175E; }

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

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

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

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

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

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

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

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