Html Css Color HEX #AC217C Medium Red Violet

📋 copy color: '#AC217C'

red 172 ◦ green 33 ◦ blue 124

#AC217C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AC217C

Tints of Medium Red Violet #AC217C

RGB

 RED value IS 172 (67.58% from 255) = 52.28%

 GREEN value IS 33 (13.28% from 255) = 10.03%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 52.28%
G = 10.03%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC217C (or 0xAC217C) is known color: Medium Red Violet. HEX triplet: AC, 21 and 7C. RGB value is (172,33,124). Sum of RGB (Red+Green+Blue) = 172+33+124=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC217C is #53DE83. Grayscale: #545454. Windows color (decimal): -5496452 or 8135084. OLE color: 8135084.

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

Color convert

RGB 172 33 124 -
CMYK 0 0.81 0.28 0.33
HSL 320.72º 0.68% 0.4% -
HSV(B) 320.72º 0.81% 0.67% -
XYZ 21.2 11.31 20.14 -
YUV 84.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 172 33 124 0 0.81 0.28 0.33 320.72 0.68 0.4
Hex AC 21 7C 0 51 1C 21 141 44 28
Octal 254 41 174 0 121 34 41 501 104 50
Binary 10101100 100001 1111100 0 1010001 11100 100001 101000001 1000100 101000

Color Harmonies of #AC217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC217C

Black with #AC217C

Text Example


Text Example

White with #AC217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC217C; }

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

 H1.HeaderClassName
 {
   color: #AC217C;
 }
 .AnyTagClassName
 {
   color: #AC217C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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