#a50b60

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

Shades of Jazzberry Jam #A50B60

Tints of Jazzberry Jam #A50B60

Color information

#A50B60 (or 0xA50B60) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 0B and 60. RGB value is (165,11,96). Sum of RGB (Red+Green+Blue) = 165+11+96=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B60 is #5AF49F. Grayscale: #424242. Windows color (decimal): -5960864 or 6294437. OLE color: 6294437.

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

Color convert

RGB1651196-
CMYK00.930.420.35
HSL326.88º87.5%34.51%-
HSV(B)326.88º93.33%64.71%-
XYZ17.759.0811.88-
YUV66.74144.52198.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=60.66%
G=4.04%
B=35.29%

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
Decimal165119600.930.420.35326.8887.534.51
HexA5B6005D2A231475823
Octal245131400135524350713043
Binary1010010110111100000010111011010101000111010001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50b60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50b60; }

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

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

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

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

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

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

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

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