Html Css Color HEX #A20554 Jazzberry Jam

📋 copy color: '#A20554'

red 162 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #A20554

Tints of Jazzberry Jam #A20554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.47%

R = 64.54%
G = 1.99%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A20554 (or 0xA20554) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 54. RGB value is (162,5,84). Sum of RGB (Red+Green+Blue) = 162+5+84=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A20554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20554 is #5DFAAB. Grayscale: #3C3C3C. Windows color (decimal): -6159020 or 5506466. OLE color: 5506466.

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

Color convert

RGB 162 5 84 -
CMYK 0 0.97 0.48 0.36
HSL 329.81º 0.94% 0.33% -
HSV(B) 329.81º 0.97% 0.64% -
XYZ 16.55 8.43 9.14 -
YUV 60.95 141.01 200.08 -
System Red Green Blue C M Y K H S L
Decimal 162 5 84 0 0.97 0.48 0.36 329.81 0.94 0.33
Hex A2 5 54 0 61 30 24 14A 5E 21
Octal 242 5 124 0 141 60 44 512 136 41
Binary 10100010 101 1010100 0 1100001 110000 100100 101001010 1011110 100001

Color Harmonies of #A20554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20554

Black with #A20554

Text Example


Text Example

White with #A20554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20554; }

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

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

background-color css

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

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

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

border-color css

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

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

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