#AC1362

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

Shades of Jazzberry Jam #AC1362

Tints of Jazzberry Jam #AC1362

Color information

#AC1362 (or 0xAC1362) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 13 and 62. RGB value is (172,19,98). Sum of RGB (Red+Green+Blue) = 172+19+98=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1362 is #53EC9D. Grayscale: #494949. Windows color (decimal): -5500062 or 6427564. OLE color: 6427564.

HSL color Cylindrical-coordinate representation of color #AC1362: hue angle of 329.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1362 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1721998-
CMYK00.890.430.33
HSL329.02º80.1%37.45%-
HSV(B)329.02º88.95%67.45%-
XYZ19.4510.1212.48-
YUV73.75141.69198.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=59.52%
G=6.57%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172199800.890.430.33329.0280.137.45
HexAC13620592B211495025
Octal254231420131534151112045
Binary10101100100111100010010110011010111000011010010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1362; }

 p { color: rgb(172,19,98); }

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

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

 a { background-color: rgb(172,19,98); }

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

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

 span { border-color: rgb(172,19,98); }

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