#A70447

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

Shades of Jazzberry Jam #A70447

Tints of Jazzberry Jam #A70447

Color information

#A70447 (or 0xA70447) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 47. RGB value is (167,4,71). Sum of RGB (Red+Green+Blue) = 167+4+71=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A70447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70447 is #58FBB8. Grayscale: #3C3C3C. Windows color (decimal): -5831609 or 4654247. OLE color: 4654247.

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

Color convert

RGB167471-
CMYK00.980.570.35
HSL335.34º95.32%33.53%-
HSV(B)335.34º97.6%65.49%-
XYZ17.128.766.75-
YUV60.38134204.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.01%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=69.01%
G=1.65%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16747100.980.570.35335.3495.3233.53
HexA7447062392314f5f22
Octal24741070142714351713742
Binary101001111001000111011000101110011000111010011111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70447; }

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

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

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

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

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

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

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

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