Html Css Color HEX #A81979 Jazzberry Jam

📋 copy color: '#A81979'

red 168 ◦ green 25 ◦ blue 121

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

Shades of Jazzberry Jam #A81979

Tints of Jazzberry Jam #A81979

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 53.5%
G = 7.96%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A81979 (or 0xA81979) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 79. RGB value is (168,25,121). Sum of RGB (Red+Green+Blue) = 168+25+121=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A81979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81979 is #57E686. Grayscale: #4E4E4E. Windows color (decimal): -5760647 or 7936424. OLE color: 7936424.

HSL color Cylindrical-coordinate representation of color #A81979: hue angle of 319.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81979 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 121 -
CMYK 0 0.85 0.28 0.34
HSL 319.72º 0.74% 0.38% -
HSV(B) 319.72º 0.85% 0.66% -
XYZ 19.95 10.4 19.05 -
YUV 78.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 168 25 121 0 0.85 0.28 0.34 319.72 0.74 0.38
Hex A8 19 79 0 55 1C 22 140 4A 26
Octal 250 31 171 0 125 34 42 500 112 46
Binary 10101000 11001 1111001 0 1010101 11100 100010 101000000 1001010 100110

Color Harmonies of #A81979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81979

Black with #A81979

Text Example


Text Example

White with #A81979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81979; }

 p { color: rgb(168,25,121); }

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

background-color css

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

 a { background-color: rgb(168,25,121); }

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

border-color css

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

 span { border-color: rgb(168,25,121); }

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