Html Css Color HEX #AC1393 Medium Violet Red

📋 copy color: '#AC1393'

red 172 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #AC1393

Tints of Medium Violet Red #AC1393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 50.89%
G = 5.62%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC1393 (or 0xAC1393) is known color: Medium Violet Red. HEX triplet: AC, 13 and 93. RGB value is (172,19,147). Sum of RGB (Red+Green+Blue) = 172+19+147=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1393 is #53EC6C. Grayscale: #4E4E4E. Windows color (decimal): -5500013 or 9638828. OLE color: 9638828.

HSL color Cylindrical-coordinate representation of color #AC1393: hue angle of 309.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1393 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 147 -
CMYK 0 0.89 0.15 0.33
HSL 309.8º 0.8% 0.37% -
HSV(B) 309.8º 0.89% 0.67% -
XYZ 22.51 11.34 28.61 -
YUV 79.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 172 19 147 0 0.89 0.15 0.33 309.8 0.8 0.37
Hex AC 13 93 0 59 F 21 136 50 25
Octal 254 23 223 0 131 17 41 466 120 45
Binary 10101100 10011 10010011 0 1011001 1111 100001 100110110 1010000 100101

Color Harmonies of #AC1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1393

Black with #AC1393

Text Example


Text Example

White with #AC1393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1393; }

 p { color: rgb(172,19,147); }

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

background-color css

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

 a { background-color: rgb(172,19,147); }

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

border-color css

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

 span { border-color: rgb(172,19,147); }

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