#A70F52

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

Shades of Jazzberry Jam #A70F52

Tints of Jazzberry Jam #A70F52

Color information

#A70F52 (or 0xA70F52) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0F and 52. RGB value is (167,15,82). Sum of RGB (Red+Green+Blue) = 167+15+82=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70F52 is #58F0AD. Grayscale: #434343. Windows color (decimal): -5828782 or 5377959. OLE color: 5377959.

HSL color Cylindrical-coordinate representation of color #A70F52: hue angle of 333.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F52 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1671582-
CMYK00.910.510.35
HSL333.55º83.52%35.69%-
HSV(B)333.55º91.02%65.49%-
XYZ17.639.178.82-
YUV68.09135.86198.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.26%
GREEN value IS 15 (6.25% from 255) = 5.68%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=63.26%
G=5.68%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167158200.910.510.35333.5583.5235.69
HexA7F5205B332314e5424
Octal247171220133634351612444
Binary1010011111111010010010110111100111000111010011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F52; }

 p { color: rgb(167,15,82); }

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

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

 a { background-color: rgb(167,15,82); }

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

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

 span { border-color: rgb(167,15,82); }

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