Html Css Color HEX #A20354 Jazzberry Jam

📋 copy color: '#A20354'

red 162 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #A20354

Tints of Jazzberry Jam #A20354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 65.06%
G = 1.2%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A20354 (or 0xA20354) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 54. RGB value is (162,3,84). Sum of RGB (Red+Green+Blue) = 162+3+84=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A20354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20354 is #5DFCAB. Grayscale: #3B3B3B. Windows color (decimal): -6159532 or 5505954. OLE color: 5505954.

HSL color Cylindrical-coordinate representation of color #A20354: hue angle of 329.43º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20354 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 3 84 -
CMYK 0 0.98 0.48 0.36
HSL 329.43º 0.96% 0.32% -
HSV(B) 329.43º 0.98% 0.64% -
XYZ 16.53 8.39 9.13 -
YUV 59.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 162 3 84 0 0.98 0.48 0.36 329.43 0.96 0.32
Hex A2 3 54 0 62 30 24 149 60 20
Octal 242 3 124 0 142 60 44 511 140 40
Binary 10100010 11 1010100 0 1100010 110000 100100 101001001 1100000 100000

Color Harmonies of #A20354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20354

Black with #A20354

Text Example


Text Example

White with #A20354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20354; }

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

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

background-color css

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

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

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

border-color css

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

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

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