#a71874

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

Shades of Jazzberry Jam #A71874

Tints of Jazzberry Jam #A71874

Color information

#A71874 (or 0xA71874) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 18 and 74. RGB value is (167,24,116). Sum of RGB (Red+Green+Blue) = 167+24+116=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A71874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71874 is #58E78B. Grayscale: #4D4D4D. Windows color (decimal): -5826444 or 7608487. OLE color: 7608487.

HSL color Cylindrical-coordinate representation of color #A71874: hue angle of 321.4º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71874 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16724116-
CMYK00.860.310.35
HSL321.4º74.87%37.45%-
HSV(B)321.4º85.63%65.49%-
XYZ19.4210.1317.45-
YUV77.24149.88192.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=54.40%
G=7.82%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672411600.860.310.35321.474.8737.45
HexA718740561F231414b25
Octal247301640126374350111345
Binary1010011111000111010001010110111111000111010000011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71874; }

 p { color: rgb(167,24,116); }

 H1.HeaderClassName
 {
   color: #a71874;
 }
 .AnyTagClassName
 {
   color: #a71874;
 }
</style>
background-color css

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

 a { background-color: rgb(167,24,116); }

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

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

 span { border-color: rgb(167,24,116); }

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