#A50256

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

Shades of Jazzberry Jam #A50256

Tints of Jazzberry Jam #A50256

Color information

#A50256 (or 0xA50256) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 02 and 56. RGB value is (165,2,86). Sum of RGB (Red+Green+Blue) = 165+2+86=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A50256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50256 is #5AFDA9. Grayscale: #3C3C3C. Windows color (decimal): -5963178 or 5636773. OLE color: 5636773.

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

Color convert

RGB165286-
CMYK00.990.480.35
HSL329.08º97.6%32.75%-
HSV(B)329.08º98.79%64.71%-
XYZ17.228.719.58-
YUV60.31142.5202.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=65.22%
G=0.79%
B=33.99%

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
Decimal16528600.990.480.35329.0897.632.75
HexA525606330231496221
Octal24521260143604351114241
Binary10100101101010110011000111100001000111010010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50256; }

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

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

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

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

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

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

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

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