#A01758

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

Shades of Jazzberry Jam #A01758

Tints of Jazzberry Jam #A01758

Color information

#A01758 (or 0xA01758) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 17 and 58. RGB value is (160,23,88). Sum of RGB (Red+Green+Blue) = 160+23+88=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A01758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01758 is #5FE8A7. Grayscale: #474747. Windows color (decimal): -6285480 or 5773216. OLE color: 5773216.

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

Color convert

RGB1602388-
CMYK00.860.450.37
HSL331.53º74.86%35.88%-
HSV(B)331.53º85.62%62.75%-
XYZ16.578.7910.06-
YUV71.37137.39191.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 23 (9.38% from 255) = 8.49%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=59.04%
G=8.49%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160238800.860.450.37331.5374.8635.88
HexA017580562D2514c4b24
Octal240271300126554551411344
Binary10100000101111011000010101101011011001011010011001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01758; }

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

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

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

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

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

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

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

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