#A31E70

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

Shades of Jazzberry Jam #A31E70

Tints of Jazzberry Jam #A31E70

Color information

#A31E70 (or 0xA31E70) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1E and 70. RGB value is (163,30,112). Sum of RGB (Red+Green+Blue) = 163+30+112=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E70 is #5CE18F. Grayscale: #4E4E4E. Windows color (decimal): -6087056 or 7347875. OLE color: 7347875.

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

Color convert

RGB16330112-
CMYK00.820.310.36
HSL323.01º68.91%37.84%-
HSV(B)323.01º81.6%63.92%-
XYZ18.499.8816.26-
YUV79.11146.56187.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 30 (12.11% from 255) = 9.84%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=53.44%
G=9.84%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633011200.820.310.36323.0168.9137.84
HexA31E700521F241434526
Octal243361600122374450310546
Binary1010001111110111000001010010111111001001010000111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31E70; }

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

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

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

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

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

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

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

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