Html Css Color HEX #A20547 Jazzberry Jam

📋 copy color: '#A20547'

red 162 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #A20547

Tints of Jazzberry Jam #A20547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 68.07%
G = 2.1%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A20547 (or 0xA20547) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 47. RGB value is (162,5,71). Sum of RGB (Red+Green+Blue) = 162+5+71=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A20547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20547 is #5DFAB8. Grayscale: #3B3B3B. Windows color (decimal): -6159033 or 4654498. OLE color: 4654498.

HSL color Cylindrical-coordinate representation of color #A20547: hue angle of 334.78º 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 #A20547 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 71 -
CMYK 0 0.97 0.56 0.36
HSL 334.78º 0.94% 0.33% -
HSV(B) 334.78º 0.97% 0.64% -
XYZ 16.09 8.24 6.7 -
YUV 59.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 162 5 71 0 0.97 0.56 0.36 334.78 0.94 0.33
Hex A2 5 47 0 61 38 24 14F 5E 21
Octal 242 5 107 0 141 70 44 517 136 41
Binary 10100010 101 1000111 0 1100001 111000 100100 101001111 1011110 100001

Color Harmonies of #A20547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20547

Black with #A20547

Text Example


Text Example

White with #A20547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20547; }

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

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

background-color css

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

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

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

border-color css

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

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

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