Html Css Color HEX #A20149 Jazzberry Jam

📋 copy color: '#A20149'

red 162 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #A20149

Tints of Jazzberry Jam #A20149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 68.64%
G = 0.42%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A20149 (or 0xA20149) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 49. RGB value is (162,1,73). Sum of RGB (Red+Green+Blue) = 162+1+73=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A20149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20149 is #5DFEB6. Grayscale: #393939. Windows color (decimal): -6160055 or 4784546. OLE color: 4784546.

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

Color convert

RGB 162 1 73 -
CMYK 0 0.99 0.55 0.36
HSL 333.17º 0.99% 0.32% -
HSV(B) 333.17º 0.99% 0.64% -
XYZ 16.11 8.18 7.03 -
YUV 57.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 162 1 73 0 0.99 0.55 0.36 333.17 0.99 0.32
Hex A2 1 49 0 63 37 24 14D 63 20
Octal 242 1 111 0 143 67 44 515 143 40
Binary 10100010 1 1001001 0 1100011 110111 100100 101001101 1100011 100000

Color Harmonies of #A20149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20149

Black with #A20149

Text Example


Text Example

White with #A20149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20149; }

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

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

background-color css

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

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

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

border-color css

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

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

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