Html Css Color HEX #A71978 Jazzberry Jam

📋 copy color: '#A71978'

red 167 ◦ green 25 ◦ blue 120

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

Shades of Jazzberry Jam #A71978

Tints of Jazzberry Jam #A71978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 53.53%
G = 8.01%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A71978 (or 0xA71978) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 78. RGB value is (167,25,120). Sum of RGB (Red+Green+Blue) = 167+25+120=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A71978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71978 is #58E687. Grayscale: #4E4E4E. Windows color (decimal): -5826184 or 7870887. OLE color: 7870887.

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

Color convert

RGB 167 25 120 -
CMYK 0 0.85 0.28 0.35
HSL 319.86º 0.74% 0.38% -
HSV(B) 319.86º 0.85% 0.65% -
XYZ 19.67 10.27 18.71 -
YUV 78.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 167 25 120 0 0.85 0.28 0.35 319.86 0.74 0.38
Hex A7 19 78 0 55 1C 23 140 4A 26
Octal 247 31 170 0 125 34 43 500 112 46
Binary 10100111 11001 1111000 0 1010101 11100 100011 101000000 1001010 100110

Color Harmonies of #A71978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71978

Black with #A71978

Text Example


Text Example

White with #A71978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71978; }

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

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

background-color css

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

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

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

border-color css

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

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

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