#A31264

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

Shades of Jazzberry Jam #A31264

Tints of Jazzberry Jam #A31264

Color information

#A31264 (or 0xA31264) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 12 and 64. RGB value is (163,18,100). Sum of RGB (Red+Green+Blue) = 163+18+100=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A31264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31264 is #5CED9B. Grayscale: #464646. Windows color (decimal): -6090140 or 6558371. OLE color: 6558371.

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

Color convert

RGB16318100-
CMYK00.890.390.36
HSL326.07º80.11%35.49%-
HSV(B)326.07º88.96%63.92%-
XYZ17.629.1412.89-
YUV70.7144.54193.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=58.01%
G=6.41%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631810000.890.390.36326.0780.1135.49
HexA3126405927241465023
Octal243221440131474450612043
Binary10100011100101100100010110011001111001001010001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31264; }

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

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

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

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

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

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

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

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