Html Css Color HEX #A71970 Jazzberry Jam

📋 copy color: '#A71970'

red 167 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #A71970

Tints of Jazzberry Jam #A71970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 54.93%
G = 8.22%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A71970 (or 0xA71970) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 70. RGB value is (167,25,112). Sum of RGB (Red+Green+Blue) = 167+25+112=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A71970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71970 is #58E68F. Grayscale: #4D4D4D. Windows color (decimal): -5826192 or 7346599. OLE color: 7346599.

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

Color convert

RGB 167 25 112 -
CMYK 0 0.85 0.33 0.35
HSL 323.24º 0.74% 0.38% -
HSV(B) 323.24º 0.85% 0.65% -
XYZ 19.21 10.08 16.26 -
YUV 77.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 167 25 112 0 0.85 0.33 0.35 323.24 0.74 0.38
Hex A7 19 70 0 55 21 23 143 4A 26
Octal 247 31 160 0 125 41 43 503 112 46
Binary 10100111 11001 1110000 0 1010101 100001 100011 101000011 1001010 100110

Color Harmonies of #A71970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71970

Black with #A71970

Text Example


Text Example

White with #A71970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71970; }

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

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

background-color css

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

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

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

border-color css

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

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

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