#AC216E

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

Shades of Jazzberry Jam #AC216E

Tints of Jazzberry Jam #AC216E

Color information

#AC216E (or 0xAC216E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 21 and 6E. RGB value is (172,33,110). Sum of RGB (Red+Green+Blue) = 172+33+110=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC216E is #53DE91. Grayscale: #535353. Windows color (decimal): -5496466 or 7217580. OLE color: 7217580.

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

Color convert

RGB17233110-
CMYK00.810.360.33
HSL326.76º67.8%40.2%-
HSV(B)326.76º80.81%67.45%-
XYZ20.3710.9815.8-
YUV83.34143.05191.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=54.60%
G=10.48%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723311000.810.360.33326.7667.840.2
HexAC216E05124211474428
Octal254411560121444150710450
Binary101011001000011101110010100011001001000011010001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC216E; }

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

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

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

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

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

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

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

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