#A50254

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

Shades of Jazzberry Jam #A50254

Tints of Jazzberry Jam #A50254

Color information

#A50254 (or 0xA50254) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 02 and 54. RGB value is (165,2,84). Sum of RGB (Red+Green+Blue) = 165+2+84=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A50254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50254 is #5AFDAB. Grayscale: #3B3B3B. Windows color (decimal): -5963180 or 5505701. OLE color: 5505701.

HSL color Cylindrical-coordinate representation of color #A50254: hue angle of 329.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50254 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB165284-
CMYK00.990.490.35
HSL329.82º97.6%32.75%-
HSV(B)329.82º98.79%64.71%-
XYZ17.148.689.16-
YUV60.08141.5202.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=65.74%
G=0.80%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16528400.990.490.35329.8297.632.75
HexA5254063312314a6221
Octal24521240143614351214241
Binary10100101101010100011000111100011000111010010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50254; }

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

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

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

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

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

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

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

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