#A1064E

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

Shades of Jazzberry Jam #A1064E

Tints of Jazzberry Jam #A1064E

Color information

#A1064E (or 0xA1064E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 06 and 4E. RGB value is (161,6,78). Sum of RGB (Red+Green+Blue) = 161+6+78=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1064E is #5EF9B1. Grayscale: #3C3C3C. Windows color (decimal): -6224306 or 5113505. OLE color: 5113505.

HSL color Cylindrical-coordinate representation of color #A1064E: hue angle of 332.13º degrees, saturation: 0.93, 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 #A1064E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB161678-
CMYK00.960.520.37
HSL332.13º92.81%32.75%-
HSV(B)332.13º96.27%63.14%-
XYZ16.148.267.95-
YUV60.55137.85199.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=65.71%
G=2.45%
B=31.84%

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
Decimal16167800.960.520.37332.1392.8132.75
HexA164E060342514c5d21
Octal24161160140644551413541
Binary101000011101001110011000001101001001011010011001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1064E; }

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

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

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

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

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

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

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

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