#A50061

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

Shades of Jazzberry Jam #A50061

Tints of Jazzberry Jam #A50061

Color information

#A50061 (or 0xA50061) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 61. RGB value is (165,0,97). Sum of RGB (Red+Green+Blue) = 165+0+97=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A50061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50061 is #5AFF9E. Grayscale: #3C3C3C. Windows color (decimal): -5963679 or 6357157. OLE color: 6357157.

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

Color convert

RGB165097-
CMYK010.410.35
HSL324.73º100%32.35%-
HSV(B)324.73º100%64.71%-
XYZ17.678.8612.09-
YUV60.39148.66202.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=62.98%
G=0%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165097010.410.35324.7310032.35
HexA506106429231456420
Octal24501410144514350514440
Binary1010010101100001011001001010011000111010001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50061; }

 p { color: rgb(165,0,97); }

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

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

 a { background-color: rgb(165,0,97); }

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

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

 span { border-color: rgb(165,0,97); }

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