#A31A58

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

Shades of Jazzberry Jam #A31A58

Tints of Jazzberry Jam #A31A58

Color information

#A31A58 (or 0xA31A58) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1A and 58. RGB value is (163,26,88). Sum of RGB (Red+Green+Blue) = 163+26+88=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A58 is #5CE5A7. Grayscale: #494949. Windows color (decimal): -6088104 or 5773987. OLE color: 5773987.

HSL color Cylindrical-coordinate representation of color #A31A58: hue angle of 332.85º 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 #A31A58 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1632688-
CMYK00.840.460.36
HSL332.85º72.49%37.06%-
HSV(B)332.85º84.05%63.92%-
XYZ17.249.2310.11-
YUV74.03135.89191.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=58.84%
G=9.39%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163268800.840.460.36332.8572.4937.06
HexA31A580542E2414d4825
Octal243321300124564451511045
Binary10100011110101011000010101001011101001001010011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31A58; }

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

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

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

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

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

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

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

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