#a01163

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

Shades of Jazzberry Jam #A01163

Tints of Jazzberry Jam #A01163

Color information

#A01163 (or 0xA01163) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 11 and 63. RGB value is (160,17,99). Sum of RGB (Red+Green+Blue) = 160+17+99=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A01163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01163 is #5FEE9C. Grayscale: #444444. Windows color (decimal): -6287005 or 6492576. OLE color: 6492576.

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

Color convert

RGB1601799-
CMYK00.890.380.37
HSL325.59º80.79%34.71%-
HSV(B)325.59º89.38%62.75%-
XYZ16.958.7812.6-
YUV69.1144.88192.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=57.97%
G=6.16%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160179900.890.380.37325.5980.7934.71
HexA0116305926251465123
Octal240211430131464550612143
Binary10100000100011100011010110011001101001011010001101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01163; }

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

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

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

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

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

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

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

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