#A01558

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

Shades of Jazzberry Jam #A01558

Tints of Jazzberry Jam #A01558

Color information

#A01558 (or 0xA01558) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 15 and 58. RGB value is (160,21,88). Sum of RGB (Red+Green+Blue) = 160+21+88=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A01558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01558 is #5FEAA7. Grayscale: #464646. Windows color (decimal): -6285992 or 5772704. OLE color: 5772704.

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

Color convert

RGB1602188-
CMYK00.870.450.37
HSL331.08º76.8%35.49%-
HSV(B)331.08º86.87%62.75%-
XYZ16.538.7110.04-
YUV70.2138.05192.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=59.48%
G=7.81%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160218800.870.450.37331.0876.835.49
HexA015580572D2514b4d23
Octal240251300127554551311543
Binary10100000101011011000010101111011011001011010010111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01558; }

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

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

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

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

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

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

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

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