#A01146

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

Shades of Jazzberry Jam #A01146

Tints of Jazzberry Jam #A01146

Color information

#A01146 (or 0xA01146) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 11 and 46. RGB value is (160,17,70). Sum of RGB (Red+Green+Blue) = 160+17+70=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A01146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01146 is #5FEEB9. Grayscale: #414141. Windows color (decimal): -6287034 or 4592032. OLE color: 4592032.

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

Color convert

RGB1601770-
CMYK00.890.560.37
HSL337.76º80.79%34.71%-
HSV(B)337.76º89.38%62.75%-
XYZ15.88.326.57-
YUV65.8130.38195.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=64.78%
G=6.88%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160177000.890.560.37337.7680.7934.71
HexA0114605938251525123
Octal240211060131704552212143
Binary10100000100011000110010110011110001001011010100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01146; }

 p { color: rgb(160,17,70); }

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

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

 a { background-color: rgb(160,17,70); }

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

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

 span { border-color: rgb(160,17,70); }

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