Html Css Color HEX #AC1392 Medium Violet Red

📋 copy color: '#AC1392'

red 172 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #AC1392

Tints of Medium Violet Red #AC1392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 51.04%
G = 5.64%
B = 43.32%

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

#AC1392 (or 0xAC1392) is known color: Medium Violet Red. HEX triplet: AC, 13 and 92. RGB value is (172,19,146). Sum of RGB (Red+Green+Blue) = 172+19+146=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1392 is #53EC6D. Grayscale: #4E4E4E. Windows color (decimal): -5500014 or 9573292. OLE color: 9573292.

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

Color convert

RGB 172 19 146 -
CMYK 0 0.89 0.15 0.33
HSL 310.2º 0.8% 0.37% -
HSV(B) 310.2º 0.89% 0.67% -
XYZ 22.43 11.31 28.2 -
YUV 79.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 172 19 146 0 0.89 0.15 0.33 310.2 0.8 0.37
Hex AC 13 92 0 59 F 21 136 50 25
Octal 254 23 222 0 131 17 41 466 120 45
Binary 10101100 10011 10010010 0 1011001 1111 100001 100110110 1010000 100101

Color Harmonies of #AC1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1392

Black with #AC1392

Text Example


Text Example

White with #AC1392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1392; }

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

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

background-color css

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

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

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

border-color css

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

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

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