#A1074E

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

Shades of Jazzberry Jam #A1074E

Tints of Jazzberry Jam #A1074E

Color information

#A1074E (or 0xA1074E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 07 and 4E. RGB value is (161,7,78). Sum of RGB (Red+Green+Blue) = 161+7+78=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1074E is #5EF8B1. Grayscale: #3D3D3D. Windows color (decimal): -6224050 or 5113761. OLE color: 5113761.

HSL color Cylindrical-coordinate representation of color #A1074E: hue angle of 332.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1074E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB161778-
CMYK00.960.520.37
HSL332.34º91.67%32.94%-
HSV(B)332.34º95.65%63.14%-
XYZ16.158.287.95-
YUV61.14137.52199.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=65.45%
G=2.85%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16177800.960.520.37332.3491.6732.94
HexA174E060342514c5c21
Octal24171160140644551413441
Binary101000011111001110011000001101001001011010011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1074E; }

 p { color: rgb(161,7,78); }

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

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

 a { background-color: rgb(161,7,78); }

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

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

 span { border-color: rgb(161,7,78); }

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