#A80B57

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

Shades of Jazzberry Jam #A80B57

Tints of Jazzberry Jam #A80B57

Color information

#A80B57 (or 0xA80B57) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0B and 57. RGB value is (168,11,87). Sum of RGB (Red+Green+Blue) = 168+11+87=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B57 is #57F4A8. Grayscale: #424242. Windows color (decimal): -5764265 or 5704616. OLE color: 5704616.

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

Color convert

RGB1681187-
CMYK00.930.480.34
HSL330.96º87.71%35.1%-
HSV(B)330.96º93.45%65.88%-
XYZ17.999.259.85-
YUV66.61139.51200.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 11 (4.69% from 255) = 4.14%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=63.16%
G=4.14%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168118700.930.480.34330.9687.7135.1
HexA8B5705D302214b5823
Octal250131270135604251313043
Binary1010100010111010111010111011100001000101010010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B57; }

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

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

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

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

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

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

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

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