#A70044

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

Shades of Jazzberry Jam #A70044

Tints of Jazzberry Jam #A70044

Color information

#A70044 (or 0xA70044) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 00 and 44. RGB value is (167,0,68). Sum of RGB (Red+Green+Blue) = 167+0+68=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A70044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70044 is #58FFBB. Grayscale: #393939. Windows color (decimal): -5832636 or 4456615. OLE color: 4456615.

HSL color Cylindrical-coordinate representation of color #A70044: hue angle of 335.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70044 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB167068-
CMYK010.590.35
HSL335.57º100%32.75%-
HSV(B)335.57º100%65.49%-
XYZ16.988.636.24-
YUV57.68133.83205.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=71.06%
G=0%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167068010.590.35335.5710032.75
HexA70440643B231506421
Octal24701040144734352014441
Binary1010011101000100011001001110111000111010100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70044; }

 p { color: rgb(167,0,68); }

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

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

 a { background-color: rgb(167,0,68); }

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

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

 span { border-color: rgb(167,0,68); }

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