#A00C58

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

Shades of Jazzberry Jam #A00C58

Tints of Jazzberry Jam #A00C58

Color information

#A00C58 (or 0xA00C58) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0C and 58. RGB value is (160,12,88). Sum of RGB (Red+Green+Blue) = 160+12+88=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C58 is #5FF3A7. Grayscale: #404040. Windows color (decimal): -6288296 or 5770400. OLE color: 5770400.

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

Color convert

RGB1601288-
CMYK00.930.450.37
HSL329.19º86.05%33.73%-
HSV(B)329.19º92.5%62.75%-
XYZ16.398.4410-
YUV64.92141.03195.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=61.54%
G=4.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160128800.930.450.37329.1986.0533.73
HexA0C5805D2D251495622
Octal240141300135554551112642
Binary1010000011001011000010111011011011001011010010011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C58; }

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

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

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

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

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

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

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

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