#a01971

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

Shades of Jazzberry Jam #A01971

Tints of Jazzberry Jam #A01971

Color information

#A01971 (or 0xA01971) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 71. RGB value is (160,25,113). Sum of RGB (Red+Green+Blue) = 160+25+113=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A01971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01971 is #5FE68E. Grayscale: #4B4B4B. Windows color (decimal): -6284943 or 7412128. OLE color: 7412128.

HSL color Cylindrical-coordinate representation of color #A01971: hue angle of 320.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01971 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16025113-
CMYK00.840.290.37
HSL320.89º72.97%36.27%-
HSV(B)320.89º84.38%62.75%-
XYZ17.839.3616.49-
YUV75.4149.23188.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 25 (10.16% from 255) = 8.39%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=53.69%
G=8.39%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602511300.840.290.37320.8972.9736.27
HexA019710541D251414924
Octal240311610124354550111144
Binary1010000011001111000101010100111011001011010000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01971; }

 p { color: rgb(160,25,113); }

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

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

 a { background-color: rgb(160,25,113); }

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

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

 span { border-color: rgb(160,25,113); }

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