#A1004E

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

Shades of Jazzberry Jam #A1004E

Tints of Jazzberry Jam #A1004E

Color information

#A1004E (or 0xA1004E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 00 and 4E. RGB value is (161,0,78). Sum of RGB (Red+Green+Blue) = 161+0+78=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1004E is #5EFFB1. Grayscale: #383838. Windows color (decimal): -6225842 or 5111969. OLE color: 5111969.

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

Color convert

RGB161078-
CMYK010.520.37
HSL330.93º100%31.57%-
HSV(B)330.93º100%63.14%-
XYZ16.078.137.93-
YUV57.03139.84202.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=67.36%
G=0%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161078010.520.37330.9310031.57
HexA104E064342514b6420
Octal24101160144644551314440
Binary1010000101001110011001001101001001011010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1004E; }

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

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

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

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

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

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

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

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