#A50056

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

Shades of Jazzberry Jam #A50056

Tints of Jazzberry Jam #A50056

Color information

#A50056 (or 0xA50056) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 56. RGB value is (165,0,86). Sum of RGB (Red+Green+Blue) = 165+0+86=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A50056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50056 is #5AFFA9. Grayscale: #3A3A3A. Windows color (decimal): -5963690 or 5636261. OLE color: 5636261.

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

Color convert

RGB165086-
CMYK010.480.35
HSL328.73º100%32.35%-
HSV(B)328.73º100%64.71%-
XYZ17.28.679.57-
YUV59.14143.16203.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=65.74%
G=0%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165086010.480.35328.7310032.35
HexA505606430231496420
Octal24501260144604351114440
Binary1010010101010110011001001100001000111010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50056; }

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

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

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

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

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

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

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

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