#A31C63

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

Shades of Jazzberry Jam #A31C63

Tints of Jazzberry Jam #A31C63

Color information

#A31C63 (or 0xA31C63) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1C and 63. RGB value is (163,28,99). Sum of RGB (Red+Green+Blue) = 163+28+99=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31C63 is #5CE39C. Grayscale: #4C4C4C. Windows color (decimal): -6087581 or 6495395. OLE color: 6495395.

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

Color convert

RGB1632899-
CMYK00.830.390.36
HSL328.44º70.68%37.45%-
HSV(B)328.44º82.82%63.92%-
XYZ17.779.5212.7-
YUV76.46140.73189.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=56.21%
G=9.66%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163289900.830.390.36328.4470.6837.45
HexA31C6305327241484725
Octal243341430123474451010745
Binary10100011111001100011010100111001111001001010010001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31C63; }

 p { color: rgb(163,28,99); }

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

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

 a { background-color: rgb(163,28,99); }

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

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

 span { border-color: rgb(163,28,99); }

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