Html Css Color HEX #A50550 Jazzberry Jam

📋 copy color: '#A50550'

red 165 ◦ green 5 ◦ blue 80

#A50550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A50550

Tints of Jazzberry Jam #A50550

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 value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A50550 (or 0xA50550) is known color: 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

RGB 165 5 80 -
CMYK 0 0.97 0.52 0.35
HSL 331.88º 0.94% 0.33% -
HSV(B) 331.88º 0.97% 0.65% -
XYZ 17.02 8.69 8.37 -
YUV 61.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 165 5 80 0 0.97 0.52 0.35 331.88 0.94 0.33
Hex A5 5 50 0 61 34 23 14C 5E 21
Octal 245 5 120 0 141 64 43 514 136 41
Binary 10100101 101 1010000 0 1100001 110100 100011 101001100 1011110 100001

Color Harmonies of #A50550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50550

Black with #A50550

Text Example


Text Example

White with #A50550

Text Example


Text Example

HTML Codes & Css Web 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>