#A1125E

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

Shades of Jazzberry Jam #A1125E

Tints of Jazzberry Jam #A1125E

Color information

#A1125E (or 0xA1125E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 12 and 5E. RGB value is (161,18,94). Sum of RGB (Red+Green+Blue) = 161+18+94=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1125E is #5EEDA1. Grayscale: #454545. Windows color (decimal): -6221218 or 6165153. OLE color: 6165153.

HSL color Cylindrical-coordinate representation of color #A1125E: hue angle of 328.11º 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 #A1125E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1611894-
CMYK00.890.420.37
HSL328.11º79.89%35.1%-
HSV(B)328.11º88.82%63.14%-
XYZ16.938.8211.4-
YUV69.42141.88193.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=58.97%
G=6.59%
B=34.43%

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
Decimal161189400.890.420.37328.1179.8935.1
HexA1125E0592A251485023
Octal241221360131524551012043
Binary10100001100101011110010110011010101001011010010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1125E; }

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

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

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

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

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

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

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

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