#A31A5F

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

Shades of Jazzberry Jam #A31A5F

Tints of Jazzberry Jam #A31A5F

Color information

#A31A5F (or 0xA31A5F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1A and 5F. RGB value is (163,26,95). Sum of RGB (Red+Green+Blue) = 163+26+95=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A5F is #5CE5A0. Grayscale: #4A4A4A. Windows color (decimal): -6088097 or 6232739. OLE color: 6232739.

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

Color convert

RGB1632695-
CMYK00.840.420.36
HSL329.78º72.49%37.06%-
HSV(B)329.78º84.05%63.92%-
XYZ17.549.3511.71-
YUV74.83139.39190.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=57.39%
G=9.15%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163269500.840.420.36329.7872.4937.06
HexA31A5F0542A2414a4825
Octal243321370124524451211045
Binary10100011110101011111010101001010101001001010010101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A5F; }

 p { color: rgb(163,26,95); }

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

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

 a { background-color: rgb(163,26,95); }

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

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

 span { border-color: rgb(163,26,95); }

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