#A50246

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

Shades of Jazzberry Jam #A50246

Tints of Jazzberry Jam #A50246

Color information

#A50246 (or 0xA50246) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 02 and 46. RGB value is (165,2,70). Sum of RGB (Red+Green+Blue) = 165+2+70=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A50246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50246 is #5AFDB9. Grayscale: #3A3A3A. Windows color (decimal): -5963194 or 4588197. OLE color: 4588197.

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

Color convert

RGB165270-
CMYK00.990.580.35
HSL334.97º97.6%32.75%-
HSV(B)334.97º98.79%64.71%-
XYZ16.648.486.55-
YUV58.49134.5203.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.62%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=69.62%
G=0.84%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16527000.990.580.35334.9797.632.75
HexA52460633A2314f6221
Octal24521060143724351714241
Binary10100101101000110011000111110101000111010011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50246; }

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

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

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

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

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

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

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

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