#A72171

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

Shades of Jazzberry Jam #A72171

Tints of Jazzberry Jam #A72171

Color information

#A72171 (or 0xA72171) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 21 and 71. RGB value is (167,33,113). Sum of RGB (Red+Green+Blue) = 167+33+113=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A72171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72171 is #58DE8E. Grayscale: #525252. Windows color (decimal): -5824143 or 7414183. OLE color: 7414183.

HSL color Cylindrical-coordinate representation of color #A72171: hue angle of 324.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72171 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16733113-
CMYK00.800.320.35
HSL324.18º67%39.22%-
HSV(B)324.18º80.24%65.49%-
XYZ19.4610.516.62-
YUV82.19145.39188.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=53.35%
G=10.54%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673311300.800.320.35324.186739.22
HexA7217105020231444327
Octal247411610120404350410347
Binary101001111000011110001010100001000001000111010001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72171; }

 p { color: rgb(167,33,113); }

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

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

 a { background-color: rgb(167,33,113); }

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

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

 span { border-color: rgb(167,33,113); }

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