Html Css Color HEX #AC208F Medium Red Violet

📋 copy color: '#AC208F'

red 172 ◦ green 32 ◦ blue 143

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

Shades of Medium Red Violet #AC208F

Tints of Medium Red Violet #AC208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 49.57%
G = 9.22%
B = 41.21%

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

#AC208F (or 0xAC208F) is known color: Medium Red Violet. HEX triplet: AC, 20 and 8F. RGB value is (172,32,143). Sum of RGB (Red+Green+Blue) = 172+32+143=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC208F is #53DF70. Grayscale: #565656. Windows color (decimal): -5496689 or 9380012. OLE color: 9380012.

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

Color convert

RGB 172 32 143 -
CMYK 0 0.81 0.17 0.33
HSL 312.43º 0.69% 0.4% -
HSV(B) 312.43º 0.81% 0.67% -
XYZ 22.49 11.79 27.08 -
YUV 86.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 172 32 143 0 0.81 0.17 0.33 312.43 0.69 0.4
Hex AC 20 8F 0 51 11 21 138 45 28
Octal 254 40 217 0 121 21 41 470 105 50
Binary 10101100 100000 10001111 0 1010001 10001 100001 100111000 1000101 101000

Color Harmonies of #AC208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC208F

Black with #AC208F

Text Example


Text Example

White with #AC208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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