Html Css Color HEX #AC108D Medium Violet Red

📋 copy color: '#AC108D'

red 172 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #AC108D

Tints of Medium Violet Red #AC108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 52.28%
G = 4.86%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC108D (or 0xAC108D) is known color: Medium Violet Red. HEX triplet: AC, 10 and 8D. RGB value is (172,16,141). Sum of RGB (Red+Green+Blue) = 172+16+141=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC108D is #53EF72. Grayscale: #4C4C4C. Windows color (decimal): -5500787 or 9244844. OLE color: 9244844.

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

Color convert

RGB 172 16 141 -
CMYK 0 0.91 0.18 0.33
HSL 311.92º 0.83% 0.37% -
HSV(B) 311.92º 0.91% 0.67% -
XYZ 22.01 11.06 26.18 -
YUV 76.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 172 16 141 0 0.91 0.18 0.33 311.92 0.83 0.37
Hex AC 10 8D 0 5B 12 21 138 53 25
Octal 254 20 215 0 133 22 41 470 123 45
Binary 10101100 10000 10001101 0 1011011 10010 100001 100111000 1010011 100101

Color Harmonies of #AC108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC108D

Black with #AC108D

Text Example


Text Example

White with #AC108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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