#AC0463

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

Shades of Jazzberry Jam #AC0463

Tints of Jazzberry Jam #AC0463

Color information

#AC0463 (or 0xAC0463) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 04 and 63. RGB value is (172,4,99). Sum of RGB (Red+Green+Blue) = 172+4+99=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0463 is #53FB9C. Grayscale: #404040. Windows color (decimal): -5503901 or 6489260. OLE color: 6489260.

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

Color convert

RGB172499-
CMYK00.980.420.33
HSL326.07º95.45%34.51%-
HSV(B)326.07º97.67%67.45%-
XYZ19.319.7612.67-
YUV65.06147.16204.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 99 (39.06% from 255) = 36%
R=62.55%
G=1.45%
B=36%

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
Decimal17249900.980.420.33326.0795.4534.51
HexAC4630622A211465f23
Octal25441430142524150613743
Binary101011001001100011011000101010101000011010001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0463; }

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

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

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

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

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

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

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

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