#AC0363

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

Shades of Jazzberry Jam #AC0363

Tints of Jazzberry Jam #AC0363

Color information

#AC0363 (or 0xAC0363) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 03 and 63. RGB value is (172,3,99). Sum of RGB (Red+Green+Blue) = 172+3+99=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0363 is #53FC9C. Grayscale: #404040. Windows color (decimal): -5504157 or 6489004. OLE color: 6489004.

HSL color Cylindrical-coordinate representation of color #AC0363: hue angle of 325.92º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0363 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB172399-
CMYK00.980.420.33
HSL325.92º96.57%34.31%-
HSV(B)325.92º98.26%67.45%-
XYZ19.39.7412.67-
YUV64.47147.49204.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.77%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=62.77%
G=1.09%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17239900.980.420.33325.9296.5734.31
HexAC3630622A211466122
Octal25431430142524150614142
Binary10101100111100011011000101010101000011010001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0363; }

 p { color: rgb(172,3,99); }

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

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

 a { background-color: rgb(172,3,99); }

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

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

 span { border-color: rgb(172,3,99); }

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