#A7034F

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

Shades of Jazzberry Jam #A7034F

Tints of Jazzberry Jam #A7034F

Color information

#A7034F (or 0xA7034F) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 03 and 4F. RGB value is (167,3,79). Sum of RGB (Red+Green+Blue) = 167+3+79=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A7034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7034F is #58FCB0. Grayscale: #3C3C3C. Windows color (decimal): -5831857 or 5178279. OLE color: 5178279.

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

Color convert

RGB167379-
CMYK00.980.530.35
HSL332.2º96.47%33.33%-
HSV(B)332.2º98.2%65.49%-
XYZ17.388.858.19-
YUV60.7138.33203.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.07%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=67.07%
G=1.20%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16737900.980.530.35332.296.4733.33
HexA734F062352314c6021
Octal24731170142654351414041
Binary10100111111001111011000101101011000111010011001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7034F; }

 p { color: rgb(167,3,79); }

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

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

 a { background-color: rgb(167,3,79); }

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

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

 span { border-color: rgb(167,3,79); }

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