#a71476

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

Shades of Jazzberry Jam #A71476

Tints of Jazzberry Jam #A71476

Color information

#A71476 (or 0xA71476) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 14 and 76. RGB value is (167,20,118). Sum of RGB (Red+Green+Blue) = 167+20+118=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A71476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71476 is #58EB89. Grayscale: #4A4A4A. Windows color (decimal): -5827466 or 7738535. OLE color: 7738535.

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

Color convert

RGB16720118-
CMYK00.880.290.35
HSL320º78.61%36.67%-
HSV(B)320º88.02%65.49%-
XYZ19.4610.0218.05-
YUV75.12152.2193.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=54.75%
G=6.56%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672011800.880.290.3532078.6136.67
HexA714760581D231404f25
Octal247241660130354350011745
Binary1010011110100111011001011000111011000111010000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71476; }

 p { color: rgb(167,20,118); }

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

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

 a { background-color: rgb(167,20,118); }

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

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

 span { border-color: rgb(167,20,118); }

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