#A50550

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

Shades of Jazzberry Jam #A50550

Tints of Jazzberry Jam #A50550

Color information

#A50550 (or 0xA50550) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 05 and 50. RGB value is (165,5,80). Sum of RGB (Red+Green+Blue) = 165+5+80=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A50550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50550 is #5AFAAF. Grayscale: #3D3D3D. Windows color (decimal): -5962416 or 5244325. OLE color: 5244325.

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

Color convert

RGB165580-
CMYK00.970.520.35
HSL331.88º94.12%33.33%-
HSV(B)331.88º96.97%64.71%-
XYZ17.028.698.37-
YUV61.39138.51201.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 80 (31.64% from 255) = 32%
R=66%
G=2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16558000.970.520.35331.8894.1233.33
HexA5550061342314c5e21
Octal24551200141644351413641
Binary101001011011010000011000011101001000111010011001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50550; }

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

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

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

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

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

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

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

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