#A8124A

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

Shades of Jazzberry Jam #A8124A

Tints of Jazzberry Jam #A8124A

Color information

#A8124A (or 0xA8124A) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 12 and 4A. RGB value is (168,18,74). Sum of RGB (Red+Green+Blue) = 168+18+74=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A8124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8124A is #57EDB5. Grayscale: #454545. Windows color (decimal): -5762486 or 4854440. OLE color: 4854440.

HSL color Cylindrical-coordinate representation of color #A8124A: hue angle of 337.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8124A is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB1681874-
CMYK00.890.560.34
HSL337.6º80.65%36.47%-
HSV(B)337.6º89.29%65.88%-
XYZ17.69.257.34-
YUV69.23130.7198.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.62%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=64.62%
G=6.92%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168187400.890.560.34337.680.6536.47
HexA8124A05938221525124
Octal250221120131704252212144
Binary10101000100101001010010110011110001000101010100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8124A; }

 p { color: rgb(168,18,74); }

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

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

 a { background-color: rgb(168,18,74); }

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

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

 span { border-color: rgb(168,18,74); }

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