#A50C60

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

Shades of Jazzberry Jam #A50C60

Tints of Jazzberry Jam #A50C60

Color information

#A50C60 (or 0xA50C60) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 60. RGB value is (165,12,96). Sum of RGB (Red+Green+Blue) = 165+12+96=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C60 is #5AF39F. Grayscale: #434343. Windows color (decimal): -5960608 or 6294693. OLE color: 6294693.

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

Color convert

RGB1651296-
CMYK00.930.420.35
HSL327.06º86.44%34.71%-
HSV(B)327.06º92.73%64.71%-
XYZ17.769.1111.89-
YUV67.32144.19197.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=60.44%
G=4.40%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165129600.930.420.35327.0686.4434.71
HexA5C6005D2A231475623
Octal245141400135524350712643
Binary1010010111001100000010111011010101000111010001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C60; }

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

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

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

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

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

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

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

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