#AC2566

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

Shades of Jazzberry Jam #AC2566

Tints of Jazzberry Jam #AC2566

Color information

#AC2566 (or 0xAC2566) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 25 and 66. RGB value is (172,37,102). Sum of RGB (Red+Green+Blue) = 172+37+102=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2566 is #53DA99. Grayscale: #545454. Windows color (decimal): -5495450 or 6694316. OLE color: 6694316.

HSL color Cylindrical-coordinate representation of color #AC2566: hue angle of 331.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2566 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17237102-
CMYK00.780.410.33
HSL331.11º64.59%40.98%-
HSV(B)331.11º78.49%67.45%-
XYZ20.0711.0513.65-
YUV84.78137.73190.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=55.31%
G=11.90%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723710200.780.410.33331.1164.5940.98
HexAC256604E292114b4129
Octal254451460116514151310151
Binary101011001001011100110010011101010011000011010010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2566; }

 p { color: rgb(172,37,102); }

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

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

 a { background-color: rgb(172,37,102); }

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

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

 span { border-color: rgb(172,37,102); }

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