#A7185B

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

Shades of Jazzberry Jam #A7185B

Tints of Jazzberry Jam #A7185B

Color information

#A7185B (or 0xA7185B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 18 and 5B. RGB value is (167,24,91). Sum of RGB (Red+Green+Blue) = 167+24+91=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7185B is #58E7A4. Grayscale: #4A4A4A. Windows color (decimal): -5826469 or 5970087. OLE color: 5970087.

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

Color convert

RGB1672491-
CMYK00.860.460.35
HSL331.89º74.87%37.45%-
HSV(B)331.89º85.63%65.49%-
XYZ18.159.6210.8-
YUV74.4137.38194.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=59.22%
G=8.51%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167249100.860.460.35331.8974.8737.45
HexA7185B0562E2314c4b25
Octal247301330126564351411345
Binary10100111110001011011010101101011101000111010011001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7185B; }

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

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

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

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

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

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

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

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