Html Css Color HEX #A71977 Jazzberry Jam

📋 copy color: '#A71977'

red 167 ◦ green 25 ◦ blue 119

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

Shades of Jazzberry Jam #A71977

Tints of Jazzberry Jam #A71977

RGB

 RED value IS 167 (65.63% from 255) = 53.7%

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

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 53.7%
G = 8.04%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A71977 (or 0xA71977) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 77. RGB value is (167,25,119). Sum of RGB (Red+Green+Blue) = 167+25+119=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A71977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71977 is #58E688. Grayscale: #4D4D4D. Windows color (decimal): -5826185 or 7805351. OLE color: 7805351.

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

Color convert

RGB 167 25 119 -
CMYK 0 0.85 0.29 0.35
HSL 320.28º 0.74% 0.38% -
HSV(B) 320.28º 0.85% 0.65% -
XYZ 19.61 10.24 18.4 -
YUV 78.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 167 25 119 0 0.85 0.29 0.35 320.28 0.74 0.38
Hex A7 19 77 0 55 1D 23 140 4A 26
Octal 247 31 167 0 125 35 43 500 112 46
Binary 10100111 11001 1110111 0 1010101 11101 100011 101000000 1001010 100110

Color Harmonies of #A71977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71977

Black with #A71977

Text Example


Text Example

White with #A71977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71977; }

 p { color: rgb(167,25,119); }

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

background-color css

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

 a { background-color: rgb(167,25,119); }

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

border-color css

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

 span { border-color: rgb(167,25,119); }

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