Html Css Color HEX #A71972 Jazzberry Jam

📋 copy color: '#A71972'

red 167 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #A71972

Tints of Jazzberry Jam #A71972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 54.58%
G = 8.17%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A71972 (or 0xA71972) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 72. RGB value is (167,25,114). Sum of RGB (Red+Green+Blue) = 167+25+114=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A71972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71972 is #58E68D. Grayscale: #4D4D4D. Windows color (decimal): -5826190 or 7477671. OLE color: 7477671.

HSL color Cylindrical-coordinate representation of color #A71972: hue angle of 322.39º 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 #A71972 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 114 -
CMYK 0 0.85 0.32 0.35
HSL 322.39º 0.74% 0.38% -
HSV(B) 322.39º 0.85% 0.65% -
XYZ 19.32 10.13 16.86 -
YUV 77.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 167 25 114 0 0.85 0.32 0.35 322.39 0.74 0.38
Hex A7 19 72 0 55 20 23 142 4A 26
Octal 247 31 162 0 125 40 43 502 112 46
Binary 10100111 11001 1110010 0 1010101 100000 100011 101000010 1001010 100110

Color Harmonies of #A71972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71972

Black with #A71972

Text Example


Text Example

White with #A71972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71972; }

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

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

background-color css

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

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

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

border-color css

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

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

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