Html Css Color HEX #A50A4D Jazzberry Jam

📋 copy color: '#A50A4D'

red 165 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #A50A4D

Tints of Jazzberry Jam #A50A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 65.48%
G = 3.97%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A50A4D (or 0xA50A4D) is known color: Jazzberry Jam. HEX triplet: A5, 0A and 4D. RGB value is (165,10,77). Sum of RGB (Red+Green+Blue) = 165+10+77=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50A4D is #5AF5B2. Grayscale: #3F3F3F. Windows color (decimal): -5961139 or 5048997. OLE color: 5048997.

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

Color convert

RGB 165 10 77 -
CMYK 0 0.94 0.53 0.35
HSL 334.06º 0.89% 0.34% -
HSV(B) 334.06º 0.94% 0.65% -
XYZ 16.97 8.75 7.82 -
YUV 63.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 165 10 77 0 0.94 0.53 0.35 334.06 0.89 0.34
Hex A5 A 4D 0 5E 35 23 14E 59 22
Octal 245 12 115 0 136 65 43 516 131 42
Binary 10100101 1010 1001101 0 1011110 110101 100011 101001110 1011001 100010

Color Harmonies of #A50A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A4D

Black with #A50A4D

Text Example


Text Example

White with #A50A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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