#A31568

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

Shades of Jazzberry Jam #A31568

Tints of Jazzberry Jam #A31568

Color information

#A31568 (or 0xA31568) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 15 and 68. RGB value is (163,21,104). Sum of RGB (Red+Green+Blue) = 163+21+104=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A31568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31568 is #5CEA97. Grayscale: #484848. Windows color (decimal): -6089368 or 6821283. OLE color: 6821283.

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

Color convert

RGB16321104-
CMYK00.870.360.36
HSL324.93º77.17%36.08%-
HSV(B)324.93º87.12%63.92%-
XYZ17.879.3213.95-
YUV72.92145.54192.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.60%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=56.60%
G=7.29%
B=36.11%

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
Decimal1632110400.870.360.36324.9377.1736.08
HexA3156805724241454d24
Octal243251500127444450511544
Binary10100011101011101000010101111001001001001010001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31568; }

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

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

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

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

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

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

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

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