#A50050

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

Shades of Jazzberry Jam #A50050

Tints of Jazzberry Jam #A50050

Color information

#A50050 (or 0xA50050) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 00 and 50. RGB value is (165,0,80). Sum of RGB (Red+Green+Blue) = 165+0+80=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A50050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50050 is #5AFFAF. Grayscale: #3A3A3A. Windows color (decimal): -5963696 or 5243045. OLE color: 5243045.

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

Color convert

RGB165080-
CMYK010.520.35
HSL330.91º100%32.35%-
HSV(B)330.91º100%64.71%-
XYZ16.978.588.35-
YUV58.46140.16204-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=67.35%
G=0%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165080010.520.35330.9110032.35
HexA5050064342314b6420
Octal24501200144644351314440
Binary1010010101010000011001001101001000111010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50050; }

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

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

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

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

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

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

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

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