#a50c63

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

Shades of Jazzberry Jam #A50C63

Tints of Jazzberry Jam #A50C63

Color information

#A50C63 (or 0xA50C63) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 63. RGB value is (165,12,99). Sum of RGB (Red+Green+Blue) = 165+12+99=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C63 is #5AF39C. Grayscale: #434343. Windows color (decimal): -5960605 or 6491301. OLE color: 6491301.

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

Color convert

RGB1651299-
CMYK00.930.400.35
HSL325.88º86.44%34.71%-
HSV(B)325.88º92.73%64.71%-
XYZ17.99.1612.63-
YUV67.66145.69197.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.78%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=59.78%
G=4.35%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165129900.930.400.35325.8886.4434.71
HexA5C6305D28231465623
Octal245141430135504350612643
Binary1010010111001100011010111011010001000111010001101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50c63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50c63; }

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

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

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

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

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

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

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

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