#A31965

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

Shades of Jazzberry Jam #A31965

Tints of Jazzberry Jam #A31965

Color information

#A31965 (or 0xA31965) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 19 and 65. RGB value is (163,25,101). Sum of RGB (Red+Green+Blue) = 163+25+101=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A31965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31965 is #5CE69A. Grayscale: #4A4A4A. Windows color (decimal): -6088347 or 6625699. OLE color: 6625699.

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

Color convert

RGB16325101-
CMYK00.850.380.36
HSL326.96º73.4%36.86%-
HSV(B)326.96º84.66%63.92%-
XYZ17.89.4213.19-
YUV74.93142.72190.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=56.40%
G=8.65%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632510100.850.380.36326.9673.436.86
HexA3196505526241474925
Octal243311450125464450711145
Binary10100011110011100101010101011001101001001010001111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31965; }

 p { color: rgb(163,25,101); }

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

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

 a { background-color: rgb(163,25,101); }

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

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

 span { border-color: rgb(163,25,101); }

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