#a1196d

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

Shades of Jazzberry Jam #A1196D

Tints of Jazzberry Jam #A1196D

Color information

#A1196D (or 0xA1196D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 19 and 6D. RGB value is (161,25,109). Sum of RGB (Red+Green+Blue) = 161+25+109=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1196D is #5EE692. Grayscale: #4B4B4B. Windows color (decimal): -6219411 or 7149985. OLE color: 7149985.

HSL color Cylindrical-coordinate representation of color #A1196D: hue angle of 322.94º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1196D is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16125109-
CMYK00.840.320.37
HSL322.94º73.12%36.47%-
HSV(B)322.94º84.47%63.14%-
XYZ17.819.3815.34-
YUV75.24147.06189.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=54.58%
G=8.47%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612510900.840.320.37322.9473.1236.47
HexA1196D05420251434924
Octal241311550124404550311144
Binary10100001110011101101010101001000001001011010000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1196d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1196d; }

 p { color: rgb(161,25,109); }

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

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

 a { background-color: rgb(161,25,109); }

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

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

 span { border-color: rgb(161,25,109); }

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