Html Css Color HEX #A50A61 Jazzberry Jam

📋 copy color: '#A50A61'

red 165 ◦ green 10 ◦ blue 97

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

Shades of Jazzberry Jam #A50A61

Tints of Jazzberry Jam #A50A61

RGB

 RED value IS 165 (64.84% from 255) = 60.66%

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 60.66%
G = 3.68%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A50A61 (or 0xA50A61) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 61. RGB value is (165,10,97). Sum of RGB (Red+Green+Blue) = 165+10+97=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A61 is #5AF59E. Grayscale: #424242. Windows color (decimal): -5961119 or 6359717. OLE color: 6359717.

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

Color convert

RGB 165 10 97 -
CMYK 0 0.94 0.41 0.35
HSL 326.32º 0.89% 0.34% -
HSV(B) 326.32º 0.94% 0.65% -
XYZ 17.78 9.08 12.12 -
YUV 66.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 165 10 97 0 0.94 0.41 0.35 326.32 0.89 0.34
Hex A5 A 61 0 5E 29 23 146 59 22
Octal 245 12 141 0 136 51 43 506 131 42
Binary 10100101 1010 1100001 0 1011110 101001 100011 101000110 1011001 100010

Color Harmonies of #A50A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A61

Black with #A50A61

Text Example


Text Example

White with #A50A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A61; }

 p { color: rgb(165,10,97); }

 H1.HeaderClassName
 {
   color: #A50A61;
 }
 .AnyTagClassName
 {
   color: #A50A61;
 }
</style>

background-color css

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

 a { background-color: rgb(165,10,97); }

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

border-color css

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

 span { border-color: rgb(165,10,97); }

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