#a01663

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

Shades of Jazzberry Jam #A01663

Tints of Jazzberry Jam #A01663

Color information

#A01663 (or 0xA01663) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 16 and 63. RGB value is (160,22,99). Sum of RGB (Red+Green+Blue) = 160+22+99=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01663 is #5FE99C. Grayscale: #474747. Windows color (decimal): -6285725 or 6493856. OLE color: 6493856.

HSL color Cylindrical-coordinate representation of color #A01663: hue angle of 326.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01663 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1602299-
CMYK00.860.380.37
HSL326.52º75.82%35.69%-
HSV(B)326.52º86.25%62.75%-
XYZ17.048.9512.63-
YUV72.04143.22190.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=56.94%
G=7.83%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160229900.860.380.37326.5275.8235.69
HexA0166305626251474c24
Octal240261430126464550711444
Binary10100000101101100011010101101001101001011010001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01663; }

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

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

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

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

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

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

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

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