#AC1B5E

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

Shades of Jazzberry Jam #AC1B5E

Tints of Jazzberry Jam #AC1B5E

Color information

#AC1B5E (or 0xAC1B5E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 1B and 5E. RGB value is (172,27,94). Sum of RGB (Red+Green+Blue) = 172+27+94=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B5E is #53E4A1. Grayscale: #4D4D4D. Windows color (decimal): -5498018 or 6167468. OLE color: 6167468.

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

Color convert

RGB1722794-
CMYK00.840.450.33
HSL332.28º72.86%39.02%-
HSV(B)332.28º84.3%67.45%-
XYZ19.4310.3611.57-
YUV77.99137.04195.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=58.70%
G=9.22%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172279400.840.450.33332.2872.8639.02
HexAC1B5E0542D2114c4927
Octal254331360124554151411147
Binary10101100110111011110010101001011011000011010011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B5E; }

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

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

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

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

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

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

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

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