Html Css Color HEX #AC208E Medium Red Violet

📋 copy color: '#AC208E'

red 172 ◦ green 32 ◦ blue 142

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

Shades of Medium Red Violet #AC208E

Tints of Medium Red Violet #AC208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 49.71%
G = 9.25%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC208E (or 0xAC208E) is known color: Medium Red Violet. HEX triplet: AC, 20 and 8E. RGB value is (172,32,142). Sum of RGB (Red+Green+Blue) = 172+32+142=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC208E is #53DF71. Grayscale: #565656. Windows color (decimal): -5496690 or 9314476. OLE color: 9314476.

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

Color convert

RGB 172 32 142 -
CMYK 0 0.81 0.17 0.33
HSL 312.86º 0.69% 0.4% -
HSV(B) 312.86º 0.81% 0.67% -
XYZ 22.41 11.76 26.68 -
YUV 86.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 172 32 142 0 0.81 0.17 0.33 312.86 0.69 0.4
Hex AC 20 8E 0 51 11 21 139 45 28
Octal 254 40 216 0 121 21 41 471 105 50
Binary 10101100 100000 10001110 0 1010001 10001 100001 100111001 1000101 101000

Color Harmonies of #AC208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC208E

Black with #AC208E

Text Example


Text Example

White with #AC208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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