#A32062

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

Shades of Jazzberry Jam #A32062

Tints of Jazzberry Jam #A32062

Color information

#A32062 (or 0xA32062) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 20 and 62. RGB value is (163,32,98). Sum of RGB (Red+Green+Blue) = 163+32+98=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A32062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32062 is #5CDF9D. Grayscale: #4E4E4E. Windows color (decimal): -6086558 or 6430883. OLE color: 6430883.

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

Color convert

RGB1633298-
CMYK00.800.400.36
HSL329.77º67.18%38.24%-
HSV(B)329.77º80.37%63.92%-
XYZ17.839.712.49-
YUV78.69138.9188.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=55.63%
G=10.92%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163329800.800.400.36329.7767.1838.24
HexA32062050282414a4326
Octal243401420120504451210346
Binary101000111000001100010010100001010001001001010010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32062; }

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

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

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

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

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

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

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

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