#A80B56

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

Shades of Jazzberry Jam #A80B56

Tints of Jazzberry Jam #A80B56

Color information

#A80B56 (or 0xA80B56) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0B and 56. RGB value is (168,11,86). Sum of RGB (Red+Green+Blue) = 168+11+86=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B56 is #57F4A9. Grayscale: #424242. Windows color (decimal): -5764266 or 5639080. OLE color: 5639080.

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

Color convert

RGB1681186-
CMYK00.930.490.34
HSL331.34º87.71%35.1%-
HSV(B)331.34º93.45%65.88%-
XYZ17.959.249.64-
YUV66.49139.01200.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 11 (4.69% from 255) = 4.15%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=63.40%
G=4.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168118600.930.490.34331.3487.7135.1
HexA8B5605D312214b5823
Octal250131260135614251313043
Binary1010100010111010110010111011100011000101010010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B56; }

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

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

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

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

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

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

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

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