#A01246

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

Shades of Jazzberry Jam #A01246

Tints of Jazzberry Jam #A01246

Color information

#A01246 (or 0xA01246) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 12 and 46. RGB value is (160,18,70). Sum of RGB (Red+Green+Blue) = 160+18+70=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A01246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01246 is #5FEDB9. Grayscale: #424242. Windows color (decimal): -6286778 or 4592288. OLE color: 4592288.

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

Color convert

RGB1601870-
CMYK00.890.560.37
HSL338.03º79.78%34.9%-
HSV(B)338.03º88.75%62.75%-
XYZ15.828.356.57-
YUV66.39130.04194.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=64.52%
G=7.26%
B=28.23%

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
Decimal160187000.890.560.37338.0379.7834.9
HexA0124605938251525023
Octal240221060131704552212043
Binary10100000100101000110010110011110001001011010100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01246; }

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

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

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

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

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

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

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

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