#A8174E

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

Shades of Jazzberry Jam #A8174E

Tints of Jazzberry Jam #A8174E

Color information

#A8174E (or 0xA8174E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 17 and 4E. RGB value is (168,23,78). Sum of RGB (Red+Green+Blue) = 168+23+78=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8174E is #57E8B1. Grayscale: #484848. Windows color (decimal): -5761202 or 5117864. OLE color: 5117864.

HSL color Cylindrical-coordinate representation of color #A8174E: hue angle of 337.24º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8174E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1682378-
CMYK00.860.540.34
HSL337.24º75.92%37.45%-
HSV(B)337.24º86.31%65.88%-
XYZ17.839.498.1-
YUV72.62131.04196.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=62.45%
G=8.55%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168237800.860.540.34337.2475.9237.45
HexA8174E05636221514c25
Octal250271160126664252111445
Binary10101000101111001110010101101101101000101010100011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8174E; }

 p { color: rgb(168,23,78); }

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

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

 a { background-color: rgb(168,23,78); }

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

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

 span { border-color: rgb(168,23,78); }

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