#a01961

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

Shades of Jazzberry Jam #A01961

Tints of Jazzberry Jam #A01961

Color information

#A01961 (or 0xA01961) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 61. RGB value is (160,25,97). Sum of RGB (Red+Green+Blue) = 160+25+97=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A01961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01961 is #5FE69E. Grayscale: #494949. Windows color (decimal): -6284959 or 6363552. OLE color: 6363552.

HSL color Cylindrical-coordinate representation of color #A01961: hue angle of 328º 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 #A01961 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1602597-
CMYK00.840.390.37
HSL328º72.97%36.27%-
HSV(B)328º84.38%62.75%-
XYZ179.0312.16-
YUV73.57141.23189.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=56.74%
G=8.87%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160259700.840.390.3732872.9736.27
HexA0196105427251484924
Octal240311410124474551011144
Binary10100000110011100001010101001001111001011010010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01961; }

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

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

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

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

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

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

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

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