#A31668

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

Shades of Jazzberry Jam #A31668

Tints of Jazzberry Jam #A31668

Color information

#A31668 (or 0xA31668) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 68. RGB value is (163,22,104). Sum of RGB (Red+Green+Blue) = 163+22+104=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A31668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31668 is #5CE997. Grayscale: #494949. Windows color (decimal): -6089112 or 6821539. OLE color: 6821539.

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

Color convert

RGB16322104-
CMYK00.870.360.36
HSL325.11º76.22%36.27%-
HSV(B)325.11º86.5%63.92%-
XYZ17.899.3613.96-
YUV73.51145.21191.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=56.40%
G=7.61%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632210400.870.360.36325.1176.2236.27
HexA3166805724241454c24
Octal243261500127444450511444
Binary10100011101101101000010101111001001001001010001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31668; }

 p { color: rgb(163,22,104); }

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

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

 a { background-color: rgb(163,22,104); }

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

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

 span { border-color: rgb(163,22,104); }

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