#A50C56

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

Shades of Jazzberry Jam #A50C56

Tints of Jazzberry Jam #A50C56

Color information

#A50C56 (or 0xA50C56) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0C and 56. RGB value is (165,12,86). Sum of RGB (Red+Green+Blue) = 165+12+86=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50C56 is #5AF3A9. Grayscale: #424242. Windows color (decimal): -5960618 or 5639333. OLE color: 5639333.

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

Color convert

RGB1651286-
CMYK00.930.480.35
HSL330.98º86.44%34.71%-
HSV(B)330.98º92.73%64.71%-
XYZ17.338.939.62-
YUV66.18139.19198.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=62.74%
G=4.56%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165128600.930.480.35330.9886.4434.71
HexA5C5605D302314b5623
Octal245141260135604351312643
Binary1010010111001010110010111011100001000111010010111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C56; }

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

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

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

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

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

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

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

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