#A31D6E

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

Shades of Jazzberry Jam #A31D6E

Tints of Jazzberry Jam #A31D6E

Color information

#A31D6E (or 0xA31D6E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1D and 6E. RGB value is (163,29,110). Sum of RGB (Red+Green+Blue) = 163+29+110=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31D6E is #5CE291. Grayscale: #4E4E4E. Windows color (decimal): -6087314 or 7216547. OLE color: 7216547.

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

Color convert

RGB16329110-
CMYK00.820.330.36
HSL323.73º69.79%37.65%-
HSV(B)323.73º82.21%63.92%-
XYZ18.369.7915.67-
YUV78.3145.89188.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=53.97%
G=9.60%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632911000.820.330.36323.7369.7937.65
HexA31D6E05221241444626
Octal243351560122414450410646
Binary10100011111011101110010100101000011001001010001001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31D6E; }

 p { color: rgb(163,29,110); }

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

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

 a { background-color: rgb(163,29,110); }

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

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

 span { border-color: rgb(163,29,110); }

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