#AC215B

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

Shades of Jazzberry Jam #AC215B

Tints of Jazzberry Jam #AC215B

Color information

#AC215B (or 0xAC215B) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 21 and 5B. RGB value is (172,33,91). Sum of RGB (Red+Green+Blue) = 172+33+91=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC215B is #53DEA4. Grayscale: #515151. Windows color (decimal): -5496485 or 5972396. OLE color: 5972396.

HSL color Cylindrical-coordinate representation of color #AC215B: hue angle of 334.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC215B is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1723391-
CMYK00.810.470.33
HSL334.96º67.8%40.2%-
HSV(B)334.96º80.81%67.45%-
XYZ19.4510.6110.92-
YUV81.17133.55192.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=58.11%
G=11.15%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172339100.810.470.33334.9667.840.2
HexAC215B0512F2114f4428
Octal254411330121574151710450
Binary101011001000011011011010100011011111000011010011111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC215B; }

 p { color: rgb(172,33,91); }

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

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

 a { background-color: rgb(172,33,91); }

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

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

 span { border-color: rgb(172,33,91); }

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