#AC0D4E

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

Shades of Jazzberry Jam #AC0D4E

Tints of Jazzberry Jam #AC0D4E

Color information

#AC0D4E (or 0xAC0D4E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0D and 4E. RGB value is (172,13,78). Sum of RGB (Red+Green+Blue) = 172+13+78=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D4E is #53F2B1. Grayscale: #434343. Windows color (decimal): -5501618 or 5115308. OLE color: 5115308.

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

Color convert

RGB1721378-
CMYK00.920.550.33
HSL335.47º85.95%36.27%-
HSV(B)335.47º92.44%67.45%-
XYZ18.539.618.09-
YUV67.95133.68202.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.40%
GREEN value IS 13 (5.47% from 255) = 4.94%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=65.40%
G=4.94%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172137800.920.550.33335.4785.9536.27
HexACD4E05C372114f5624
Octal254151160134674151712644
Binary1010110011011001110010111001101111000011010011111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D4E; }

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

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

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

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

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

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

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

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