#A01953

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

Shades of Jazzberry Jam #A01953

Tints of Jazzberry Jam #A01953

Color information

#A01953 (or 0xA01953) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 53. RGB value is (160,25,83). Sum of RGB (Red+Green+Blue) = 160+25+83=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A01953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01953 is #5FE6AC. Grayscale: #474747. Windows color (decimal): -6284973 or 5446048. OLE color: 5446048.

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

Color convert

RGB1602583-
CMYK00.840.480.37
HSL334.22º72.97%36.27%-
HSV(B)334.22º84.38%62.75%-
XYZ16.418.799.02-
YUV71.98134.23190.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=59.70%
G=9.33%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160258300.840.480.37334.2272.9736.27
HexA01953054302514e4924
Octal240311230124604551611144
Binary10100000110011010011010101001100001001011010011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01953; }

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

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

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

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

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

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

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

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