#AC1F6A

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

Shades of Jazzberry Jam #AC1F6A

Tints of Jazzberry Jam #AC1F6A

Color information

#AC1F6A (or 0xAC1F6A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1F and 6A. RGB value is (172,31,106). Sum of RGB (Red+Green+Blue) = 172+31+106=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F6A is #53E095. Grayscale: #515151. Windows color (decimal): -5496982 or 6954924. OLE color: 6954924.

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

Color convert

RGB17231106-
CMYK00.820.380.33
HSL328.09º69.46%39.8%-
HSV(B)328.09º81.98%67.45%-
XYZ20.110.7914.66-
YUV81.71141.71192.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.66%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=55.66%
G=10.03%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723110600.820.380.33328.0969.4639.8
HexAC1F6A05226211484528
Octal254371520122464151010550
Binary10101100111111101010010100101001101000011010010001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F6A; }

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

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

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

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

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

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

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

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