#a8115e

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

Shades of Jazzberry Jam #A8115E

Tints of Jazzberry Jam #A8115E

Color information

#A8115E (or 0xA8115E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 11 and 5E. RGB value is (168,17,94). Sum of RGB (Red+Green+Blue) = 168+17+94=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8115E is #57EEA1. Grayscale: #464646. Windows color (decimal): -5762722 or 6164904. OLE color: 6164904.

HSL color Cylindrical-coordinate representation of color #A8115E: hue angle of 329.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8115E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1681794-
CMYK00.900.440.34
HSL329.4º81.62%36.27%-
HSV(B)329.4º89.88%65.88%-
XYZ18.379.5311.46-
YUV70.93141.03197.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=60.22%
G=6.09%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168179400.900.440.34329.481.6236.27
HexA8115E05A2C221495224
Octal250211360132544251112244
Binary10101000100011011110010110101011001000101010010011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8115e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8115e; }

 p { color: rgb(168,17,94); }

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

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

 a { background-color: rgb(168,17,94); }

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

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

 span { border-color: rgb(168,17,94); }

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