Html Css Color HEX #AC1D95 Medium Violet Red

📋 copy color: '#AC1D95'

red 172 ◦ green 29 ◦ blue 149

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

Shades of Medium Violet Red #AC1D95

Tints of Medium Violet Red #AC1D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 49.14%
G = 8.29%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1D95 (or 0xAC1D95) is known color: Medium Violet Red. HEX triplet: AC, 1D and 95. RGB value is (172,29,149). Sum of RGB (Red+Green+Blue) = 172+29+149=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1D95 is #53E26A. Grayscale: #555555. Windows color (decimal): -5497451 or 9772460. OLE color: 9772460.

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

Color convert

RGB 172 29 149 -
CMYK 0 0.83 0.13 0.33
HSL 309.65º 0.71% 0.39% -
HSV(B) 309.65º 0.83% 0.67% -
XYZ 22.88 11.82 29.51 -
YUV 85.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 172 29 149 0 0.83 0.13 0.33 309.65 0.71 0.39
Hex AC 1D 95 0 53 D 21 136 47 27
Octal 254 35 225 0 123 15 41 466 107 47
Binary 10101100 11101 10010101 0 1010011 1101 100001 100110110 1000111 100111

Color Harmonies of #AC1D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D95

Black with #AC1D95

Text Example


Text Example

White with #AC1D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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