Html Css Color HEX #AC207F Medium Red Violet

📋 copy color: '#AC207F'

red 172 ◦ green 32 ◦ blue 127

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

Shades of Medium Red Violet #AC207F

Tints of Medium Red Violet #AC207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 51.96%
G = 9.67%
B = 38.37%

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

#AC207F (or 0xAC207F) is known color: Medium Red Violet. HEX triplet: AC, 20 and 7F. RGB value is (172,32,127). Sum of RGB (Red+Green+Blue) = 172+32+127=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC207F is #53DF80. Grayscale: #545454. Windows color (decimal): -5496705 or 8331436. OLE color: 8331436.

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

Color convert

RGB 172 32 127 -
CMYK 0 0.81 0.26 0.33
HSL 319.29º 0.69% 0.4% -
HSV(B) 319.29º 0.81% 0.67% -
XYZ 21.36 11.34 21.14 -
YUV 84.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 172 32 127 0 0.81 0.26 0.33 319.29 0.69 0.4
Hex AC 20 7F 0 51 1A 21 13F 45 28
Octal 254 40 177 0 121 32 41 477 105 50
Binary 10101100 100000 1111111 0 1010001 11010 100001 100111111 1000101 101000

Color Harmonies of #AC207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC207F

Black with #AC207F

Text Example


Text Example

White with #AC207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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