Html Css Color HEX #AC138D Medium Violet Red

📋 copy color: '#AC138D'

red 172 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #AC138D

Tints of Medium Violet Red #AC138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 51.81%
G = 5.72%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC138D (or 0xAC138D) is known color: Medium Violet Red. HEX triplet: AC, 13 and 8D. RGB value is (172,19,141). Sum of RGB (Red+Green+Blue) = 172+19+141=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC138D is #53EC72. Grayscale: #4E4E4E. Windows color (decimal): -5500019 or 9245612. OLE color: 9245612.

HSL color Cylindrical-coordinate representation of color #AC138D: hue angle of 312.16º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC138D is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 141 -
CMYK 0 0.89 0.18 0.33
HSL 312.16º 0.8% 0.37% -
HSV(B) 312.16º 0.89% 0.67% -
XYZ 22.05 11.16 26.19 -
YUV 78.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 172 19 141 0 0.89 0.18 0.33 312.16 0.8 0.37
Hex AC 13 8D 0 59 12 21 138 50 25
Octal 254 23 215 0 131 22 41 470 120 45
Binary 10101100 10011 10001101 0 1011001 10010 100001 100111000 1010000 100101

Color Harmonies of #AC138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC138D

Black with #AC138D

Text Example


Text Example

White with #AC138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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