Html Css Color HEX #AC208B Medium Red Violet

📋 copy color: '#AC208B'

red 172 ◦ green 32 ◦ blue 139

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

Shades of Medium Red Violet #AC208B

Tints of Medium Red Violet #AC208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 50.15%
G = 9.33%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC208B (or 0xAC208B) is known color: Medium Red Violet. HEX triplet: AC, 20 and 8B. RGB value is (172,32,139). Sum of RGB (Red+Green+Blue) = 172+32+139=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC208B is #53DF74. Grayscale: #555555. Windows color (decimal): -5496693 or 9117868. OLE color: 9117868.

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

Color convert

RGB 172 32 139 -
CMYK 0 0.81 0.19 0.33
HSL 314.14º 0.69% 0.4% -
HSV(B) 314.14º 0.81% 0.67% -
XYZ 22.19 11.67 25.51 -
YUV 86.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 172 32 139 0 0.81 0.19 0.33 314.14 0.69 0.4
Hex AC 20 8B 0 51 13 21 13A 45 28
Octal 254 40 213 0 121 23 41 472 105 50
Binary 10101100 100000 10001011 0 1010001 10011 100001 100111010 1000101 101000

Color Harmonies of #AC208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC208B

Black with #AC208B

Text Example


Text Example

White with #AC208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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