#A80F56

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

Shades of Jazzberry Jam #A80F56

Tints of Jazzberry Jam #A80F56

Color information

#A80F56 (or 0xA80F56) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 56. RGB value is (168,15,86). Sum of RGB (Red+Green+Blue) = 168+15+86=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F56 is #57F0A9. Grayscale: #444444. Windows color (decimal): -5763242 or 5640104. OLE color: 5640104.

HSL color Cylindrical-coordinate representation of color #A80F56: hue angle of 332.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F56 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1681586-
CMYK00.910.490.34
HSL332.16º83.61%35.88%-
HSV(B)332.16º91.07%65.88%-
XYZ189.349.66-
YUV68.84137.69198.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=62.45%
G=5.58%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168158600.910.490.34332.1683.6135.88
HexA8F5605B312214c5424
Octal250171260133614251412444
Binary1010100011111010110010110111100011000101010011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F56; }

 p { color: rgb(168,15,86); }

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

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

 a { background-color: rgb(168,15,86); }

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

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

 span { border-color: rgb(168,15,86); }

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