#A50C51

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

Shades of Jazzberry Jam #A50C51

Tints of Jazzberry Jam #A50C51

Color information

#A50C51 (or 0xA50C51) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 51. RGB value is (165,12,81). Sum of RGB (Red+Green+Blue) = 165+12+81=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C51 is #5AF3AE. Grayscale: #414141. Windows color (decimal): -5960623 or 5311653. OLE color: 5311653.

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

Color convert

RGB1651281-
CMYK00.930.510.35
HSL332.94º86.44%34.71%-
HSV(B)332.94º92.73%64.71%-
XYZ17.138.868.59-
YUV65.61136.69198.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.95%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=63.95%
G=4.65%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165128100.930.510.35332.9486.4434.71
HexA5C5105D332314d5623
Octal245141210135634351512643
Binary1010010111001010001010111011100111000111010011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C51; }

 p { color: rgb(165,12,81); }

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

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

 a { background-color: rgb(165,12,81); }

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

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

 span { border-color: rgb(165,12,81); }

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