#AC1A61

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

Shades of Jazzberry Jam #AC1A61

Tints of Jazzberry Jam #AC1A61

Color information

#AC1A61 (or 0xAC1A61) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1A and 61. RGB value is (172,26,97). Sum of RGB (Red+Green+Blue) = 172+26+97=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A61 is #53E59E. Grayscale: #4D4D4D. Windows color (decimal): -5498271 or 6363820. OLE color: 6363820.

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

Color convert

RGB1722697-
CMYK00.850.440.33
HSL330.82º73.74%38.82%-
HSV(B)330.82º84.88%67.45%-
XYZ19.5410.3712.28-
YUV77.75138.87195.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=58.31%
G=8.81%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172269700.850.440.33330.8273.7438.82
HexAC1A610552C2114b4a27
Octal254321410125544151311247
Binary10101100110101100001010101011011001000011010010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A61; }

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

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

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

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

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

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

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

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