#A31D6D

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

Shades of Jazzberry Jam #A31D6D

Tints of Jazzberry Jam #A31D6D

Color information

#A31D6D (or 0xA31D6D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 1D and 6D. RGB value is (163,29,109). Sum of RGB (Red+Green+Blue) = 163+29+109=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31D6D is #5CE292. Grayscale: #4D4D4D. Windows color (decimal): -6087315 or 7151011. OLE color: 7151011.

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

Color convert

RGB16329109-
CMYK00.820.330.36
HSL324.18º69.79%37.65%-
HSV(B)324.18º82.21%63.92%-
XYZ18.39.7715.39-
YUV78.19145.39188.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=54.15%
G=9.63%
B=36.21%

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
Decimal1632910900.820.330.36324.1869.7937.65
HexA31D6D05221241444626
Octal243351550122414450410646
Binary10100011111011101101010100101000011001001010001001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31D6D; }

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

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

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

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

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

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

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

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