#A00C56

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

Shades of Jazzberry Jam #A00C56

Tints of Jazzberry Jam #A00C56

Color information

#A00C56 (or 0xA00C56) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0C and 56. RGB value is (160,12,86). Sum of RGB (Red+Green+Blue) = 160+12+86=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C56 is #5FF3A9. Grayscale: #404040. Windows color (decimal): -6288298 or 5639328. OLE color: 5639328.

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

Color convert

RGB1601286-
CMYK00.930.460.37
HSL330º86.05%33.73%-
HSV(B)330º92.5%62.75%-
XYZ16.318.419.57-
YUV64.69140.03195.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=62.02%
G=4.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160128600.930.460.3733086.0533.73
HexA0C5605D2E2514a5622
Octal240141260135564551212642
Binary1010000011001010110010111011011101001011010010101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C56; }

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

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

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

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

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

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

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

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