Html Css Color HEX #AC1C8F Medium Violet Red

📋 copy color: '#AC1C8F'

red 172 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #AC1C8F

Tints of Medium Violet Red #AC1C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 50.15%
G = 8.16%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC1C8F (or 0xAC1C8F) is known color: Medium Violet Red. HEX triplet: AC, 1C and 8F. RGB value is (172,28,143). Sum of RGB (Red+Green+Blue) = 172+28+143=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C8F is #53E370. Grayscale: #535353. Windows color (decimal): -5497713 or 9378988. OLE color: 9378988.

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

Color convert

RGB 172 28 143 -
CMYK 0 0.84 0.17 0.33
HSL 312.08º 0.72% 0.39% -
HSV(B) 312.08º 0.84% 0.67% -
XYZ 22.39 11.58 27.04 -
YUV 84.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 172 28 143 0 0.84 0.17 0.33 312.08 0.72 0.39
Hex AC 1C 8F 0 54 11 21 138 48 27
Octal 254 34 217 0 124 21 41 470 110 47
Binary 10101100 11100 10001111 0 1010100 10001 100001 100111000 1001000 100111

Color Harmonies of #AC1C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C8F

Black with #AC1C8F

Text Example


Text Example

White with #AC1C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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