#A50055

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

Shades of Jazzberry Jam #A50055

Tints of Jazzberry Jam #A50055

Color information

#A50055 (or 0xA50055) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 55. RGB value is (165,0,85). Sum of RGB (Red+Green+Blue) = 165+0+85=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A50055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50055 is #5AFFAA. Grayscale: #3A3A3A. Windows color (decimal): -5963691 or 5570725. OLE color: 5570725.

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

Color convert

RGB165085-
CMYK010.480.35
HSL329.09º100%32.35%-
HSV(B)329.09º100%64.71%-
XYZ17.168.669.36-
YUV59.02142.66203.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 34%
R=66%
G=0%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165085010.480.35329.0910032.35
HexA505506430231496420
Octal24501250144604351114440
Binary1010010101010101011001001100001000111010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50055; }

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

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

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

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

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

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

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

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