#A70456

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

Shades of Jazzberry Jam #A70456

Tints of Jazzberry Jam #A70456

Color information

#A70456 (or 0xA70456) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 56. RGB value is (167,4,86). Sum of RGB (Red+Green+Blue) = 167+4+86=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A70456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70456 is #58FBA9. Grayscale: #3D3D3D. Windows color (decimal): -5831594 or 5637287. OLE color: 5637287.

HSL color Cylindrical-coordinate representation of color #A70456: hue angle of 329.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70456 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB167486-
CMYK00.980.490.35
HSL329.82º95.32%33.53%-
HSV(B)329.82º97.6%65.49%-
XYZ17.668.979.61-
YUV62.08141.5202.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=64.98%
G=1.56%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16748600.980.490.35329.8295.3233.53
HexA7456062312314a5f22
Octal24741260142614351213742
Binary101001111001010110011000101100011000111010010101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70456; }

 p { color: rgb(167,4,86); }

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

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

 a { background-color: rgb(167,4,86); }

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

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

 span { border-color: rgb(167,4,86); }

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