#A31569

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

Shades of Jazzberry Jam #A31569

Tints of Jazzberry Jam #A31569

Color information

#A31569 (or 0xA31569) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 15 and 69. RGB value is (163,21,105). Sum of RGB (Red+Green+Blue) = 163+21+105=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A31569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31569 is #5CEA96. Grayscale: #484848. Windows color (decimal): -6089367 or 6886819. OLE color: 6886819.

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

Color convert

RGB16321105-
CMYK00.870.360.36
HSL324.51º77.17%36.08%-
HSV(B)324.51º87.12%63.92%-
XYZ17.929.3414.22-
YUV73.03146.04192.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=56.40%
G=7.27%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632110500.870.360.36324.5177.1736.08
HexA3156905724241454d24
Octal243251510127444450511544
Binary10100011101011101001010101111001001001001010001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31569; }

 p { color: rgb(163,21,105); }

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

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

 a { background-color: rgb(163,21,105); }

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

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

 span { border-color: rgb(163,21,105); }

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