Html Css Color HEX #AC217F Medium Red Violet

📋 copy color: '#AC217F'

red 172 ◦ green 33 ◦ blue 127

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

Shades of Medium Red Violet #AC217F

Tints of Medium Red Violet #AC217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 51.81%
G = 9.94%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC217F (or 0xAC217F) is known color: Medium Red Violet. HEX triplet: AC, 21 and 7F. RGB value is (172,33,127). Sum of RGB (Red+Green+Blue) = 172+33+127=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC217F is #53DE80. Grayscale: #555555. Windows color (decimal): -5496449 or 8331692. OLE color: 8331692.

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

Color convert

RGB 172 33 127 -
CMYK 0 0.81 0.26 0.33
HSL 319.42º 0.68% 0.4% -
HSV(B) 319.42º 0.81% 0.67% -
XYZ 21.39 11.39 21.15 -
YUV 85.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 172 33 127 0 0.81 0.26 0.33 319.42 0.68 0.4
Hex AC 21 7F 0 51 1A 21 13F 44 28
Octal 254 41 177 0 121 32 41 477 104 50
Binary 10101100 100001 1111111 0 1010001 11010 100001 100111111 1000100 101000

Color Harmonies of #AC217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC217F

Black with #AC217F

Text Example


Text Example

White with #AC217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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