Html Css Color HEX #AC208D Medium Red Violet

📋 copy color: '#AC208D'

red 172 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #AC208D

Tints of Medium Red Violet #AC208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 49.86%
G = 9.28%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC208D (or 0xAC208D) is known color: Medium Red Violet. HEX triplet: AC, 20 and 8D. RGB value is (172,32,141). Sum of RGB (Red+Green+Blue) = 172+32+141=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC208D is #53DF72. Grayscale: #555555. Windows color (decimal): -5496691 or 9248940. OLE color: 9248940.

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

Color convert

RGB 172 32 141 -
CMYK 0 0.81 0.18 0.33
HSL 313.29º 0.69% 0.4% -
HSV(B) 313.29º 0.81% 0.67% -
XYZ 22.34 11.73 26.29 -
YUV 86.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 172 32 141 0 0.81 0.18 0.33 313.29 0.69 0.4
Hex AC 20 8D 0 51 12 21 139 45 28
Octal 254 40 215 0 121 22 41 471 105 50
Binary 10101100 100000 10001101 0 1010001 10010 100001 100111001 1000101 101000

Color Harmonies of #AC208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC208D

Black with #AC208D

Text Example


Text Example

White with #AC208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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