#A01958

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

Shades of Jazzberry Jam #A01958

Tints of Jazzberry Jam #A01958

Color information

#A01958 (or 0xA01958) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 19 and 58. RGB value is (160,25,88). Sum of RGB (Red+Green+Blue) = 160+25+88=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A01958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01958 is #5FE6A7. Grayscale: #484848. Windows color (decimal): -6284968 or 5773728. OLE color: 5773728.

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

Color convert

RGB1602588-
CMYK00.840.450.37
HSL332º72.97%36.27%-
HSV(B)332º84.38%62.75%-
XYZ16.618.8710.07-
YUV72.55136.73190.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=58.61%
G=9.16%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160258800.840.450.3733272.9736.27
HexA019580542D2514c4924
Octal240311300124554551411144
Binary10100000110011011000010101001011011001011010011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01958; }

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

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

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

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

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

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

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

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