Html Css Color HEX #A20552 Jazzberry Jam

📋 copy color: '#A20552'

red 162 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #A20552

Tints of Jazzberry Jam #A20552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 65.06%
G = 2.01%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A20552 (or 0xA20552) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 52. RGB value is (162,5,82). Sum of RGB (Red+Green+Blue) = 162+5+82=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A20552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20552 is #5DFAAD. Grayscale: #3C3C3C. Windows color (decimal): -6159022 or 5375394. OLE color: 5375394.

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

Color convert

RGB 162 5 82 -
CMYK 0 0.97 0.49 0.36
HSL 330.57º 0.94% 0.33% -
HSV(B) 330.57º 0.97% 0.64% -
XYZ 16.48 8.4 8.74 -
YUV 60.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 162 5 82 0 0.97 0.49 0.36 330.57 0.94 0.33
Hex A2 5 52 0 61 31 24 14B 5E 21
Octal 242 5 122 0 141 61 44 513 136 41
Binary 10100010 101 1010010 0 1100001 110001 100100 101001011 1011110 100001

Color Harmonies of #A20552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20552

Black with #A20552

Text Example


Text Example

White with #A20552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20552; }

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

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

background-color css

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

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

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

border-color css

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

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

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