#A1125D

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

Shades of Jazzberry Jam #A1125D

Tints of Jazzberry Jam #A1125D

Color information

#A1125D (or 0xA1125D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 12 and 5D. RGB value is (161,18,93). Sum of RGB (Red+Green+Blue) = 161+18+93=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1125D is #5EEDA2. Grayscale: #454545. Windows color (decimal): -6221219 or 6099617. OLE color: 6099617.

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

Color convert

RGB1611893-
CMYK00.890.420.37
HSL328.53º79.89%35.1%-
HSV(B)328.53º88.82%63.14%-
XYZ16.898.811.16-
YUV69.31141.38193.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=59.19%
G=6.62%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161189300.890.420.37328.5379.8935.1
HexA1125D0592A251495023
Octal241221350131524551112043
Binary10100001100101011101010110011010101001011010010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1125D; }

 p { color: rgb(161,18,93); }

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

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

 a { background-color: rgb(161,18,93); }

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

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

 span { border-color: rgb(161,18,93); }

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