#AC1A6F

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

Shades of Jazzberry Jam #AC1A6F

Tints of Jazzberry Jam #AC1A6F

Color information

#AC1A6F (or 0xAC1A6F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1A and 6F. RGB value is (172,26,111). Sum of RGB (Red+Green+Blue) = 172+26+111=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A6F is #53E590. Grayscale: #4F4F4F. Windows color (decimal): -5498257 or 7281324. OLE color: 7281324.

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

Color convert

RGB17226111-
CMYK00.850.350.33
HSL325.07º73.74%38.82%-
HSV(B)325.07º84.88%67.45%-
XYZ20.2510.6616.03-
YUV79.34145.87194.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.66%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=55.66%
G=8.41%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722611100.850.350.33325.0773.7438.82
HexAC1A6F05523211454a27
Octal254321570125434150511247
Binary10101100110101101111010101011000111000011010001011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A6F; }

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

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

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

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

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

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

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

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