#A70056

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

Shades of Jazzberry Jam #A70056

Tints of Jazzberry Jam #A70056

Color information

#A70056 (or 0xA70056) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 00 and 56. RGB value is (167,0,86). Sum of RGB (Red+Green+Blue) = 167+0+86=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A70056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70056 is #58FFA9. Grayscale: #3B3B3B. Windows color (decimal): -5832618 or 5636263. OLE color: 5636263.

HSL color Cylindrical-coordinate representation of color #A70056: hue angle of 329.1º 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 #A70056 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB167086-
CMYK010.490.35
HSL329.1º100%32.75%-
HSV(B)329.1º100%65.49%-
XYZ17.628.899.59-
YUV59.74142.83204.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=66.01%
G=0%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167086010.490.35329.110032.75
HexA705606431231496421
Octal24701260144614351114441
Binary1010011101010110011001001100011000111010010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70056; }

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

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

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

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

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

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

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

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