#AC014A

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

Shades of Jazzberry Jam #AC014A

Tints of Jazzberry Jam #AC014A

Color information

#AC014A (or 0xAC014A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 01 and 4A. RGB value is (172,1,74). Sum of RGB (Red+Green+Blue) = 172+1+74=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC014A is #53FEB5. Grayscale: #3C3C3C. Windows color (decimal): -5504694 or 4850092. OLE color: 4850092.

HSL color Cylindrical-coordinate representation of color #AC014A: hue angle of 334.39º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC014A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB172174-
CMYK00.990.570.33
HSL334.39º98.84%33.92%-
HSV(B)334.39º99.42%67.45%-
XYZ18.269.297.31-
YUV60.45135.65207.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.64%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=69.64%
G=0.40%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217400.990.570.33334.3998.8433.92
HexAC14A063392114e6322
Octal25411120143714151614342
Binary1010110011001010011000111110011000011010011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC014A; }

 p { color: rgb(172,1,74); }

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

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

 a { background-color: rgb(172,1,74); }

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

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

 span { border-color: rgb(172,1,74); }

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