Html Css Color HEX #AC1C95 Medium Violet Red

📋 copy color: '#AC1C95'

red 172 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #AC1C95

Tints of Medium Violet Red #AC1C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 49.28%
G = 8.02%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1C95 (or 0xAC1C95) is known color: Medium Violet Red. HEX triplet: AC, 1C and 95. RGB value is (172,28,149). Sum of RGB (Red+Green+Blue) = 172+28+149=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C95 is #53E36A. Grayscale: #545454. Windows color (decimal): -5497707 or 9772204. OLE color: 9772204.

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

Color convert

RGB 172 28 149 -
CMYK 0 0.84 0.13 0.33
HSL 309.58º 0.72% 0.39% -
HSV(B) 309.58º 0.84% 0.67% -
XYZ 22.85 11.77 29.5 -
YUV 84.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 172 28 149 0 0.84 0.13 0.33 309.58 0.72 0.39
Hex AC 1C 95 0 54 D 21 136 48 27
Octal 254 34 225 0 124 15 41 466 110 47
Binary 10101100 11100 10010101 0 1010100 1101 100001 100110110 1001000 100111

Color Harmonies of #AC1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C95

Black with #AC1C95

Text Example


Text Example

White with #AC1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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