#A31464

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

Shades of Jazzberry Jam #A31464

Tints of Jazzberry Jam #A31464

Color information

#A31464 (or 0xA31464) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 14 and 64. RGB value is (163,20,100). Sum of RGB (Red+Green+Blue) = 163+20+100=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A31464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31464 is #5CEB9B. Grayscale: #474747. Windows color (decimal): -6089628 or 6558883. OLE color: 6558883.

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

Color convert

RGB16320100-
CMYK00.880.390.36
HSL326.43º78.14%35.88%-
HSV(B)326.43º87.73%63.92%-
XYZ17.659.2112.9-
YUV71.88143.88193-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=57.60%
G=7.07%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632010000.880.390.36326.4378.1435.88
HexA3146405827241464e24
Octal243241440130474450611644
Binary10100011101001100100010110001001111001001010001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31464; }

 p { color: rgb(163,20,100); }

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

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

 a { background-color: rgb(163,20,100); }

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

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

 span { border-color: rgb(163,20,100); }

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