Html Css Color HEX #AC1C9D Medium Violet Red

📋 copy color: '#AC1C9D'

red 172 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #AC1C9D

Tints of Medium Violet Red #AC1C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 48.18%
G = 7.84%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC1C9D (or 0xAC1C9D) is known color: Medium Violet Red. HEX triplet: AC, 1C and 9D. RGB value is (172,28,157). Sum of RGB (Red+Green+Blue) = 172+28+157=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C9D is #53E362. Grayscale: #555555. Windows color (decimal): -5497699 or 10296492. OLE color: 10296492.

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

Color convert

RGB 172 28 157 -
CMYK 0 0.84 0.09 0.33
HSL 306.25º 0.72% 0.39% -
HSV(B) 306.25º 0.84% 0.67% -
XYZ 23.51 12.04 32.98 -
YUV 85.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 172 28 157 0 0.84 0.09 0.33 306.25 0.72 0.39
Hex AC 1C 9D 0 54 9 21 132 48 27
Octal 254 34 235 0 124 11 41 462 110 47
Binary 10101100 11100 10011101 0 1010100 1001 100001 100110010 1001000 100111

Color Harmonies of #AC1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C9D

Black with #AC1C9D

Text Example


Text Example

White with #AC1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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