#A50054

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

Shades of Jazzberry Jam #A50054

Tints of Jazzberry Jam #A50054

Color information

#A50054 (or 0xA50054) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 54. RGB value is (165,0,84). Sum of RGB (Red+Green+Blue) = 165+0+84=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A50054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50054 is #5AFFAB. Grayscale: #3A3A3A. Windows color (decimal): -5963692 or 5505189. OLE color: 5505189.

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

Color convert

RGB165084-
CMYK010.490.35
HSL329.45º100%32.35%-
HSV(B)329.45º100%64.71%-
XYZ17.128.649.15-
YUV58.91142.16203.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=66.27%
G=0%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165084010.490.35329.4510032.35
HexA505406431231496420
Octal24501240144614351114440
Binary1010010101010100011001001100011000111010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50054; }

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

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

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

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

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

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

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

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