#AC1C62

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

Shades of Jazzberry Jam #AC1C62

Tints of Jazzberry Jam #AC1C62

Color information

#AC1C62 (or 0xAC1C62) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1C and 62. RGB value is (172,28,98). Sum of RGB (Red+Green+Blue) = 172+28+98=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C62 is #53E39D. Grayscale: #4E4E4E. Windows color (decimal): -5497758 or 6429868. OLE color: 6429868.

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

Color convert

RGB1722898-
CMYK00.840.430.33
HSL330.83º72%39.22%-
HSV(B)330.83º83.72%67.45%-
XYZ19.6310.4812.54-
YUV79.04138.71194.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=57.72%
G=9.40%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172289800.840.430.33330.837239.22
HexAC1C620542B2114b4827
Octal254341420124534151311047
Binary10101100111001100010010101001010111000011010010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C62; }

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

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

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

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

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

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

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

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