Html Css Color HEX #AC1D99 Medium Violet Red

📋 copy color: '#AC1D99'

red 172 ◦ green 29 ◦ blue 153

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

Shades of Medium Violet Red #AC1D99

Tints of Medium Violet Red #AC1D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.19%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 48.59%
G = 8.19%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC1D99 (or 0xAC1D99) is known color: Medium Violet Red. HEX triplet: AC, 1D and 99. RGB value is (172,29,153). Sum of RGB (Red+Green+Blue) = 172+29+153=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D99 is #53E266. Grayscale: #555555. Windows color (decimal): -5497447 or 10034604. OLE color: 10034604.

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

Color convert

RGB 172 29 153 -
CMYK 0 0.83 0.11 0.33
HSL 307.97º 0.71% 0.39% -
HSV(B) 307.97º 0.83% 0.67% -
XYZ 23.2 11.95 31.22 -
YUV 85.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 172 29 153 0 0.83 0.11 0.33 307.97 0.71 0.39
Hex AC 1D 99 0 53 B 21 134 47 27
Octal 254 35 231 0 123 13 41 464 107 47
Binary 10101100 11101 10011001 0 1010011 1011 100001 100110100 1000111 100111

Color Harmonies of #AC1D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D99

Black with #AC1D99

Text Example


Text Example

White with #AC1D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D99; }

 p { color: rgb(172,29,153); }

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

background-color css

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

 a { background-color: rgb(172,29,153); }

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

border-color css

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

 span { border-color: rgb(172,29,153); }

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