#A71978

Color #A71978 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A71978

Tints of Jazzberry Jam #A71978

Color information

#A71978 (or 0xA71978) is unknown color: approx 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

RGB16725120-
CMYK00.850.280.35
HSL319.86º73.96%37.65%-
HSV(B)319.86º85.03%65.49%-
XYZ19.6710.2718.71-
YUV78.29151.54191.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672512000.850.280.35319.8673.9637.65
HexA719780551C231404a26
Octal247311700125344350011246
Binary1010011111001111100001010101111001000111010000001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>