#A1185E

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

Shades of Jazzberry Jam #A1185E

Tints of Jazzberry Jam #A1185E

Color information

#A1185E (or 0xA1185E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 5E. RGB value is (161,24,94). Sum of RGB (Red+Green+Blue) = 161+24+94=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185E is #5EE7A1. Grayscale: #484848. Windows color (decimal): -6219682 or 6166689. OLE color: 6166689.

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

Color convert

RGB1612494-
CMYK00.850.420.37
HSL329.34º74.05%36.27%-
HSV(B)329.34º85.09%63.14%-
XYZ17.049.0411.44-
YUV72.94139.89190.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=57.71%
G=8.60%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161249400.850.420.37329.3474.0536.27
HexA1185E0552A251494a24
Octal241301360125524551111244
Binary10100001110001011110010101011010101001011010010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1185E; }

 p { color: rgb(161,24,94); }

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

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

 a { background-color: rgb(161,24,94); }

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

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

 span { border-color: rgb(161,24,94); }

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