#A50860

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

Shades of Jazzberry Jam #A50860

Tints of Jazzberry Jam #A50860

Color information

#A50860 (or 0xA50860) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 08 and 60. RGB value is (165,8,96). Sum of RGB (Red+Green+Blue) = 165+8+96=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A50860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50860 is #5AF79F. Grayscale: #404040. Windows color (decimal): -5961632 or 6293669. OLE color: 6293669.

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

Color convert

RGB165896-
CMYK00.950.420.35
HSL326.37º90.75%33.92%-
HSV(B)326.37º95.15%64.71%-
XYZ17.729.0211.87-
YUV64.97145.51199.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=61.34%
G=2.97%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16589600.950.420.35326.3790.7533.92
HexA586005F2A231465b22
Octal245101400137524350613342
Binary1010010110001100000010111111010101000111010001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50860; }

 p { color: rgb(165,8,96); }

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

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

 a { background-color: rgb(165,8,96); }

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

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

 span { border-color: rgb(165,8,96); }

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