Html Css Color HEX #AC207E Medium Red Violet

📋 copy color: '#AC207E'

red 172 ◦ green 32 ◦ blue 126

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

Shades of Medium Red Violet #AC207E

Tints of Medium Red Violet #AC207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 52.12%
G = 9.7%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC207E (or 0xAC207E) is known color: Medium Red Violet. HEX triplet: AC, 20 and 7E. RGB value is (172,32,126). Sum of RGB (Red+Green+Blue) = 172+32+126=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC207E is #53DF81. Grayscale: #545454. Windows color (decimal): -5496706 or 8265900. OLE color: 8265900.

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

Color convert

RGB 172 32 126 -
CMYK 0 0.81 0.27 0.33
HSL 319.71º 0.69% 0.4% -
HSV(B) 319.71º 0.81% 0.67% -
XYZ 21.3 11.31 20.8 -
YUV 84.58 151.38 190.36 -
System Red Green Blue C M Y K H S L
Decimal 172 32 126 0 0.81 0.27 0.33 319.71 0.69 0.4
Hex AC 20 7E 0 51 1B 21 140 45 28
Octal 254 40 176 0 121 33 41 500 105 50
Binary 10101100 100000 1111110 0 1010001 11011 100001 101000000 1000101 101000

Color Harmonies of #AC207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC207E

Black with #AC207E

Text Example


Text Example

White with #AC207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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