#AC1B6F

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

Shades of Jazzberry Jam #AC1B6F

Tints of Jazzberry Jam #AC1B6F

Color information

#AC1B6F (or 0xAC1B6F) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1B and 6F. RGB value is (172,27,111). Sum of RGB (Red+Green+Blue) = 172+27+111=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B6F is #53E490. Grayscale: #4F4F4F. Windows color (decimal): -5498001 or 7281580. OLE color: 7281580.

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

Color convert

RGB17227111-
CMYK00.840.350.33
HSL325.24º72.86%39.02%-
HSV(B)325.24º84.3%67.45%-
XYZ20.2710.716.04-
YUV79.93145.54193.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.48%
GREEN value IS 27 (10.94% from 255) = 8.71%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=55.48%
G=8.71%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722711100.840.350.33325.2472.8639.02
HexAC1B6F05423211454927
Octal254331570124434150511147
Binary10101100110111101111010101001000111000011010001011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B6F; }

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

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

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

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

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

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

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

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