#AC1F61

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

Shades of Jazzberry Jam #AC1F61

Tints of Jazzberry Jam #AC1F61

Color information

#AC1F61 (or 0xAC1F61) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1F and 61. RGB value is (172,31,97). Sum of RGB (Red+Green+Blue) = 172+31+97=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F61 is #53E09E. Grayscale: #505050. Windows color (decimal): -5496991 or 6365100. OLE color: 6365100.

HSL color Cylindrical-coordinate representation of color #AC1F61: hue angle of 331.91º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F61 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1723197-
CMYK00.820.440.33
HSL331.91º69.46%39.8%-
HSV(B)331.91º81.98%67.45%-
XYZ19.6610.6112.32-
YUV80.68137.21193.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.33%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=57.33%
G=10.33%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172319700.820.440.33331.9169.4639.8
HexAC1F610522C2114c4528
Octal254371410122544151410550
Binary10101100111111100001010100101011001000011010011001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F61; }

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

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

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

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

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

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

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

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