#AC217A

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

Shades of Medium Red Violet #AC217A

Tints of Medium Red Violet #AC217A

Color information

#AC217A (or 0xAC217A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 21 and 7A. RGB value is (172,33,122). Sum of RGB (Red+Green+Blue) = 172+33+122=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC217A is #53DE85. Grayscale: #545454. Windows color (decimal): -5496454 or 8004012. OLE color: 8004012.

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

Color convert

RGB17233122-
CMYK00.810.290.33
HSL321.58º67.8%40.2%-
HSV(B)321.58º80.81%67.45%-
XYZ21.0711.2619.48-
YUV84.71149.05190.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=52.60%
G=10.09%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723312200.810.290.33321.5867.840.2
HexAC217A0511D211424428
Octal254411720121354150210450
Binary10101100100001111101001010001111011000011010000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC217A; }

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

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

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

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

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

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

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

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