#AC3277

Color #AC3277 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC3277

Tints of Medium Red Violet #AC3277

Color information

#AC3277 (or 0xAC3277) is unknown color: approx Medium Red Violet. HEX triplet: AC, 32 and 77. RGB value is (172,50,119). Sum of RGB (Red+Green+Blue) = 172+50+119=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3277 is #53CD88. Grayscale: #5E5E5E. Windows color (decimal): -5492105 or 7811756. OLE color: 7811756.

HSL color Cylindrical-coordinate representation of color #AC3277: hue angle of 326.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3277 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17250119-
CMYK00.710.310.33
HSL326.07º54.95%43.53%-
HSV(B)326.07º70.93%67.45%-
XYZ21.4812.3818.71-
YUV94.34141.92183.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=50.44%
G=14.66%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725011900.710.310.33326.0754.9543.53
HexAC32770471F21146372c
Octal25462167010737415066754
Binary1010110011001011101110100011111111100001101000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3277; }

 p { color: rgb(172,50,119); }

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

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

 a { background-color: rgb(172,50,119); }

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

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

 span { border-color: rgb(172,50,119); }

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