#AC1A58

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

Shades of Jazzberry Jam #AC1A58

Tints of Jazzberry Jam #AC1A58

Color information

#AC1A58 (or 0xAC1A58) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1A and 58. RGB value is (172,26,88). Sum of RGB (Red+Green+Blue) = 172+26+88=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A58 is #53E5A7. Grayscale: #4C4C4C. Windows color (decimal): -5498280 or 5773996. OLE color: 5773996.

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

Color convert

RGB1722688-
CMYK00.850.490.33
HSL334.52º73.74%38.82%-
HSV(B)334.52º84.88%67.45%-
XYZ19.1410.2110.2-
YUV76.72134.37195.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=60.14%
G=9.09%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172268800.850.490.33334.5273.7438.82
HexAC1A58055312114f4a27
Octal254321300125614151711247
Binary10101100110101011000010101011100011000011010011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A58; }

 p { color: rgb(172,26,88); }

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

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

 a { background-color: rgb(172,26,88); }

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

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

 span { border-color: rgb(172,26,88); }

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