#AC0663

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

Shades of Jazzberry Jam #AC0663

Tints of Jazzberry Jam #AC0663

Color information

#AC0663 (or 0xAC0663) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 06 and 63. RGB value is (172,6,99). Sum of RGB (Red+Green+Blue) = 172+6+99=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0663 is #53F99C. Grayscale: #424242. Windows color (decimal): -5503389 or 6489772. OLE color: 6489772.

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

Color convert

RGB172699-
CMYK00.970.420.33
HSL326.39º93.26%34.9%-
HSV(B)326.39º96.51%67.45%-
XYZ19.339.812.68-
YUV66.24146.5203.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.09%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=62.09%
G=2.17%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17269900.970.420.33326.3993.2634.9
HexAC6630612A211465d23
Octal25461430141524150613543
Binary101011001101100011011000011010101000011010001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0663; }

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

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

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

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

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

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

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

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