#ac1c6b

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

Shades of Jazzberry Jam #AC1C6B

Tints of Jazzberry Jam #AC1C6B

Color information

#AC1C6B (or 0xAC1C6B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1C and 6B. RGB value is (172,28,107). Sum of RGB (Red+Green+Blue) = 172+28+107=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C6B is #53E394. Grayscale: #4F4F4F. Windows color (decimal): -5497749 or 7019692. OLE color: 7019692.

HSL color Cylindrical-coordinate representation of color #AC1C6B: hue angle of 327.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C6B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17228107-
CMYK00.840.380.33
HSL327.08º72%39.22%-
HSV(B)327.08º83.72%67.45%-
XYZ20.0810.6614.91-
YUV80.06143.21193.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=56.03%
G=9.12%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722810700.840.380.33327.087239.22
HexAC1C6B05426211474827
Octal254341530124464150711047
Binary10101100111001101011010101001001101000011010001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac1c6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac1c6b; }

 p { color: rgb(172,28,107); }

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

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

 a { background-color: rgb(172,28,107); }

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

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

 span { border-color: rgb(172,28,107); }

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