#A1134E

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

Shades of Jazzberry Jam #A1134E

Tints of Jazzberry Jam #A1134E

Color information

#A1134E (or 0xA1134E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 13 and 4E. RGB value is (161,19,78). Sum of RGB (Red+Green+Blue) = 161+19+78=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1134E is #5EECB1. Grayscale: #444444. Windows color (decimal): -6220978 or 5116833. OLE color: 5116833.

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

Color convert

RGB1611978-
CMYK00.880.520.37
HSL335.07º78.89%35.29%-
HSV(B)335.07º88.2%63.14%-
XYZ16.318.598.01-
YUV68.18133.54194.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.40%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=62.40%
G=7.36%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161197800.880.520.37335.0778.8935.29
HexA1134E058342514f4f23
Octal241231160130644551711743
Binary10100001100111001110010110001101001001011010011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1134E; }

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

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

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

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

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

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

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

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