#A7044F

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

Shades of Jazzberry Jam #A7044F

Tints of Jazzberry Jam #A7044F

Color information

#A7044F (or 0xA7044F) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 4F. RGB value is (167,4,79). Sum of RGB (Red+Green+Blue) = 167+4+79=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A7044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7044F is #58FBB0. Grayscale: #3D3D3D. Windows color (decimal): -5831601 or 5178535. OLE color: 5178535.

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

Color convert

RGB167479-
CMYK00.980.530.35
HSL332.39º95.32%33.53%-
HSV(B)332.39º97.6%65.49%-
XYZ17.398.878.19-
YUV61.29138203.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.8%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=66.8%
G=1.6%
B=31.6%

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
Decimal16747900.980.530.35332.3995.3233.53
HexA744F062352314c5f22
Octal24741170142654351413742
Binary101001111001001111011000101101011000111010011001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7044F; }

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

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

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

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

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

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

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

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