#a7185f

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

Shades of Jazzberry Jam #A7185F

Tints of Jazzberry Jam #A7185F

Color information

#A7185F (or 0xA7185F) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 18 and 5F. RGB value is (167,24,95). Sum of RGB (Red+Green+Blue) = 167+24+95=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A7185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7185F is #58E7A0. Grayscale: #4A4A4A. Windows color (decimal): -5826465 or 6232231. OLE color: 6232231.

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

Color convert

RGB1672495-
CMYK00.860.430.35
HSL330.21º74.87%37.45%-
HSV(B)330.21º85.63%65.49%-
XYZ18.339.6911.73-
YUV74.85139.38193.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.39%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=58.39%
G=8.39%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167249500.860.430.35330.2174.8737.45
HexA7185F0562B2314a4b25
Octal247301370126534351211345
Binary10100111110001011111010101101010111000111010010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7185f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7185f; }

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

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

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

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

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

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

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

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