#AC488A

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

Shades of Medium Red Violet #AC488A

Tints of Medium Red Violet #AC488A

Color information

#AC488A (or 0xAC488A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 48 and 8A. RGB value is (172,72,138). Sum of RGB (Red+Green+Blue) = 172+72+138=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC488A is #53B775. Grayscale: #6D6D6D. Windows color (decimal): -5486454 or 9062572. OLE color: 9062572.

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

Color convert

RGB17272138-
CMYK00.580.200.33
HSL320.4º40.98%47.84%-
HSV(B)320.4º58.14%67.45%-
XYZ23.9215.2425.73-
YUV109.42144.13172.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=45.03%
G=18.85%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727213800.580.200.33320.440.9847.84
HexAC488A03A14211402930
Octal25411021207224415005160
Binary10101100100100010001010011101010100100001101000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC488A; }

 p { color: rgb(172,72,138); }

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

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

 a { background-color: rgb(172,72,138); }

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

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

 span { border-color: rgb(172,72,138); }

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