Html Css Color HEX #AC1C9E Medium Violet Red

📋 copy color: '#AC1C9E'

red 172 ◦ green 28 ◦ blue 158

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

Shades of Medium Violet Red #AC1C9E

Tints of Medium Violet Red #AC1C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 48.04%
G = 7.82%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC1C9E (or 0xAC1C9E) is known color: Medium Violet Red. HEX triplet: AC, 1C and 9E. RGB value is (172,28,158). Sum of RGB (Red+Green+Blue) = 172+28+158=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C9E is #53E361. Grayscale: #555555. Windows color (decimal): -5497698 or 10362028. OLE color: 10362028.

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

Color convert

RGB 172 28 158 -
CMYK 0 0.84 0.08 0.33
HSL 305.83º 0.72% 0.39% -
HSV(B) 305.83º 0.84% 0.67% -
XYZ 23.6 12.07 33.43 -
YUV 85.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 172 28 158 0 0.84 0.08 0.33 305.83 0.72 0.39
Hex AC 1C 9E 0 54 8 21 132 48 27
Octal 254 34 236 0 124 10 41 462 110 47
Binary 10101100 11100 10011110 0 1010100 1000 100001 100110010 1001000 100111

Color Harmonies of #AC1C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C9E

Black with #AC1C9E

Text Example


Text Example

White with #AC1C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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