#A71870

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

Shades of Jazzberry Jam #A71870

Tints of Jazzberry Jam #A71870

Color information

#A71870 (or 0xA71870) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 18 and 70. RGB value is (167,24,112). Sum of RGB (Red+Green+Blue) = 167+24+112=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A71870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71870 is #58E78F. Grayscale: #4C4C4C. Windows color (decimal): -5826448 or 7346343. OLE color: 7346343.

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

Color convert

RGB16724112-
CMYK00.860.330.35
HSL323.08º74.87%37.45%-
HSV(B)323.08º85.63%65.49%-
XYZ19.1910.0416.26-
YUV76.79147.88192.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=55.12%
G=7.92%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672411200.860.330.35323.0874.8737.45
HexA7187005621231434b25
Octal247301600126414350311345
Binary10100111110001110000010101101000011000111010000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71870; }

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

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

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

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

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

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

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

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