#AC0D58

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

Shades of Jazzberry Jam #AC0D58

Tints of Jazzberry Jam #AC0D58

Color information

#AC0D58 (or 0xAC0D58) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0D and 58. RGB value is (172,13,88). Sum of RGB (Red+Green+Blue) = 172+13+88=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D58 is #53F2A7. Grayscale: #444444. Windows color (decimal): -5501608 or 5770668. OLE color: 5770668.

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

Color convert

RGB1721388-
CMYK00.920.490.33
HSL331.7º85.95%36.27%-
HSV(B)331.7º92.44%67.45%-
XYZ18.929.7610.12-
YUV69.09138.68201.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.00%
GREEN value IS 13 (5.47% from 255) = 4.76%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=63.00%
G=4.76%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172138800.920.490.33331.785.9536.27
HexACD5805C312114c5624
Octal254151300134614151412644
Binary1010110011011011000010111001100011000011010011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D58; }

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

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

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

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

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

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

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

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