#A80D61

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

Shades of Jazzberry Jam #A80D61

Tints of Jazzberry Jam #A80D61

Color information

#A80D61 (or 0xA80D61) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0D and 61. RGB value is (168,13,97). Sum of RGB (Red+Green+Blue) = 168+13+97=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D61 is #57F29E. Grayscale: #444444. Windows color (decimal): -5763743 or 6360488. OLE color: 6360488.

HSL color Cylindrical-coordinate representation of color #A80D61: hue angle of 327.48º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D61 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB1681397-
CMYK00.920.420.34
HSL327.48º85.64%35.49%-
HSV(B)327.48º92.26%65.88%-
XYZ18.459.4812.17-
YUV68.92143.85198.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.43%
GREEN value IS 13 (5.47% from 255) = 4.68%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=60.43%
G=4.68%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168139700.920.420.34327.4885.6435.49
HexA8D6105C2A221475623
Octal250151410134524250712643
Binary1010100011011100001010111001010101000101010001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D61; }

 p { color: rgb(168,13,97); }

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

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

 a { background-color: rgb(168,13,97); }

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

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

 span { border-color: rgb(168,13,97); }

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