#A32060

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

Shades of Jazzberry Jam #A32060

Tints of Jazzberry Jam #A32060

Color information

#A32060 (or 0xA32060) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 60. RGB value is (163,32,96). Sum of RGB (Red+Green+Blue) = 163+32+96=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A32060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32060 is #5CDF9F. Grayscale: #4E4E4E. Windows color (decimal): -6086560 or 6299811. OLE color: 6299811.

HSL color Cylindrical-coordinate representation of color #A32060: hue angle of 330.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32060 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1633296-
CMYK00.800.410.36
HSL330.69º67.18%38.24%-
HSV(B)330.69º80.37%63.92%-
XYZ17.739.6612-
YUV78.46137.9188.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 32 (12.89% from 255) = 11.00%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=56.01%
G=11.00%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163329600.800.410.36330.6967.1838.24
HexA32060050292414b4326
Octal243401400120514451310346
Binary101000111000001100000010100001010011001001010010111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32060; }

 p { color: rgb(163,32,96); }

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

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

 a { background-color: rgb(163,32,96); }

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

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

 span { border-color: rgb(163,32,96); }

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