#A32063

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

Shades of Jazzberry Jam #A32063

Tints of Jazzberry Jam #A32063

Color information

#A32063 (or 0xA32063) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 63. RGB value is (163,32,99). Sum of RGB (Red+Green+Blue) = 163+32+99=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A32063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32063 is #5CDF9C. Grayscale: #4E4E4E. Windows color (decimal): -6086557 or 6496419. OLE color: 6496419.

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

Color convert

RGB1633299-
CMYK00.800.390.36
HSL329.31º67.18%38.24%-
HSV(B)329.31º80.37%63.92%-
XYZ17.879.7212.74-
YUV78.81139.4188.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=55.44%
G=10.88%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163329900.800.390.36329.3167.1838.24
HexA3206305027241494326
Octal243401430120474451110346
Binary101000111000001100011010100001001111001001010010011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32063; }

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

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

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

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

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

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

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

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