#A50255

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

Shades of Jazzberry Jam #A50255

Tints of Jazzberry Jam #A50255

Color information

#A50255 (or 0xA50255) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 02 and 55. RGB value is (165,2,85). Sum of RGB (Red+Green+Blue) = 165+2+85=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A50255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50255 is #5AFDAA. Grayscale: #3C3C3C. Windows color (decimal): -5963179 or 5571237. OLE color: 5571237.

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

Color convert

RGB165285-
CMYK00.990.480.35
HSL329.45º97.6%32.75%-
HSV(B)329.45º98.79%64.71%-
XYZ17.188.79.37-
YUV60.2142202.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=65.48%
G=0.79%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16528500.990.480.35329.4597.632.75
HexA525506330231496221
Octal24521250143604351114241
Binary10100101101010101011000111100001000111010010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50255; }

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

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

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

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

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

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

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

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