#A70448

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

Shades of Jazzberry Jam #A70448

Tints of Jazzberry Jam #A70448

Color information

#A70448 (or 0xA70448) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 48. RGB value is (167,4,72). Sum of RGB (Red+Green+Blue) = 167+4+72=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A70448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70448 is #58FBB7. Grayscale: #3C3C3C. Windows color (decimal): -5831608 or 4719783. OLE color: 4719783.

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

Color convert

RGB167472-
CMYK00.980.570.35
HSL334.97º95.32%33.53%-
HSV(B)334.97º97.6%65.49%-
XYZ17.158.776.92-
YUV60.49134.5203.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=68.72%
G=1.65%
B=29.63%

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
Decimal16747200.980.570.35334.9795.3233.53
HexA7448062392314f5f22
Octal24741100142714351713742
Binary101001111001001000011000101110011000111010011111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70448; }

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

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

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

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

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

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

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

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