#A31E76

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

Shades of Jazzberry Jam #A31E76

Tints of Jazzberry Jam #A31E76

Color information

#A31E76 (or 0xA31E76) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1E and 76. RGB value is (163,30,118). Sum of RGB (Red+Green+Blue) = 163+30+118=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E76 is #5CE189. Grayscale: #4F4F4F. Windows color (decimal): -6087050 or 7741091. OLE color: 7741091.

HSL color Cylindrical-coordinate representation of color #A31E76: hue angle of 320.3º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E76 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16330118-
CMYK00.820.280.36
HSL320.3º68.91%37.84%-
HSV(B)320.3º81.6%63.92%-
XYZ18.8410.0218.08-
YUV79.8149.56187.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=52.41%
G=9.65%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633011800.820.280.36320.368.9137.84
HexA31E760521C241404526
Octal243361660122344450010546
Binary1010001111110111011001010010111001001001010000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31E76; }

 p { color: rgb(163,30,118); }

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

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

 a { background-color: rgb(163,30,118); }

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

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

 span { border-color: rgb(163,30,118); }

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