#AC0364

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

Shades of Jazzberry Jam #AC0364

Tints of Jazzberry Jam #AC0364

Color information

#AC0364 (or 0xAC0364) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 03 and 64. RGB value is (172,3,100). Sum of RGB (Red+Green+Blue) = 172+3+100=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0364 is #53FC9B. Grayscale: #404040. Windows color (decimal): -5504156 or 6554540. OLE color: 6554540.

HSL color Cylindrical-coordinate representation of color #AC0364: hue angle of 325.56º 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 #AC0364 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1723100-
CMYK00.980.420.33
HSL325.56º96.57%34.31%-
HSV(B)325.56º98.26%67.45%-
XYZ19.359.7612.92-
YUV64.59147.99204.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=62.55%
G=1.09%
B=36.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
Decimal172310000.980.420.33325.5696.5734.31
HexAC3640622A211466122
Octal25431440142524150614142
Binary10101100111100100011000101010101000011010001101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0364; }

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

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

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

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

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

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

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

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