#A2115E

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

Shades of Jazzberry Jam #A2115E

Tints of Jazzberry Jam #A2115E

Color information

#A2115E (or 0xA2115E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 11 and 5E. RGB value is (162,17,94). Sum of RGB (Red+Green+Blue) = 162+17+94=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115E is #5DEEA1. Grayscale: #444444. Windows color (decimal): -6155938 or 6164898. OLE color: 6164898.

HSL color Cylindrical-coordinate representation of color #A2115E: hue angle of 328.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2115E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1621794-
CMYK00.900.420.36
HSL328.14º81.01%35.1%-
HSV(B)328.14º89.51%63.53%-
XYZ17.128.8911.4-
YUV69.13142.04194.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=59.34%
G=6.23%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162179400.900.420.36328.1481.0135.1
HexA2115E05A2A241485123
Octal242211360132524451012143
Binary10100010100011011110010110101010101001001010010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2115E; }

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

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

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

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

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

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

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

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