Html Css Color HEX #A20549 Jazzberry Jam

📋 copy color: '#A20549'

red 162 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #A20549

Tints of Jazzberry Jam #A20549

RGB

 RED value IS 162 (63.67% from 255) = 67.5%

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 67.5%
G = 2.08%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A20549 (or 0xA20549) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 49. RGB value is (162,5,73). Sum of RGB (Red+Green+Blue) = 162+5+73=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A20549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20549 is #5DFAB6. Grayscale: #3B3B3B. Windows color (decimal): -6159031 or 4785570. OLE color: 4785570.

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

Color convert

RGB 162 5 73 -
CMYK 0 0.97 0.55 0.36
HSL 334.01º 0.94% 0.33% -
HSV(B) 334.01º 0.97% 0.64% -
XYZ 16.16 8.27 7.05 -
YUV 59.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 162 5 73 0 0.97 0.55 0.36 334.01 0.94 0.33
Hex A2 5 49 0 61 37 24 14E 5E 21
Octal 242 5 111 0 141 67 44 516 136 41
Binary 10100010 101 1001001 0 1100001 110111 100100 101001110 1011110 100001

Color Harmonies of #A20549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20549

Black with #A20549

Text Example


Text Example

White with #A20549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20549; }

 p { color: rgb(162,5,73); }

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

background-color css

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

 a { background-color: rgb(162,5,73); }

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

border-color css

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

 span { border-color: rgb(162,5,73); }

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