#A50059

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

Shades of Jazzberry Jam #A50059

Tints of Jazzberry Jam #A50059

Color information

#A50059 (or 0xA50059) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 59. RGB value is (165,0,89). Sum of RGB (Red+Green+Blue) = 165+0+89=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A50059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50059 is #5AFFA6. Grayscale: #3B3B3B. Windows color (decimal): -5963687 or 5832869. OLE color: 5832869.

HSL color Cylindrical-coordinate representation of color #A50059: hue angle of 327.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50059 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB165089-
CMYK010.460.35
HSL327.64º100%32.35%-
HSV(B)327.64º100%64.71%-
XYZ17.328.7210.22-
YUV59.48144.66203.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=64.96%
G=0%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165089010.460.35327.6410032.35
HexA50590642E231486420
Octal24501310144564351014440
Binary1010010101011001011001001011101000111010010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50059; }

 p { color: rgb(165,0,89); }

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

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

 a { background-color: rgb(165,0,89); }

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

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

 span { border-color: rgb(165,0,89); }

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