#A8154E

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

Shades of Jazzberry Jam #A8154E

Tints of Jazzberry Jam #A8154E

Color information

#A8154E (or 0xA8154E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 15 and 4E. RGB value is (168,21,78). Sum of RGB (Red+Green+Blue) = 168+21+78=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8154E is #57EAB1. Grayscale: #474747. Windows color (decimal): -5761714 or 5117352. OLE color: 5117352.

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

Color convert

RGB1682178-
CMYK00.880.540.34
HSL336.73º77.78%37.06%-
HSV(B)336.73º87.5%65.88%-
XYZ17.799.418.09-
YUV71.45131.7196.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=62.92%
G=7.87%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168217800.880.540.34336.7377.7837.06
HexA8154E05836221514e25
Octal250251160130664252111645
Binary10101000101011001110010110001101101000101010100011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8154E; }

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

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

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

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

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

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

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

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