Html Css Color HEX #AC1E92 Medium Red Violet

📋 copy color: '#AC1E92'

red 172 ◦ green 30 ◦ blue 146

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

Shades of Medium Red Violet #AC1E92

Tints of Medium Red Violet #AC1E92

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.62%

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

R = 49.43%
G = 8.62%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC1E92 (or 0xAC1E92) is known color: Medium Red Violet. HEX triplet: AC, 1E and 92. RGB value is (172,30,146). Sum of RGB (Red+Green+Blue) = 172+30+146=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1E92 is #53E16D. Grayscale: #555555. Windows color (decimal): -5497198 or 9576108. OLE color: 9576108.

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

Color convert

RGB 172 30 146 -
CMYK 0 0.83 0.15 0.33
HSL 310.99º 0.7% 0.4% -
HSV(B) 310.99º 0.83% 0.67% -
XYZ 22.67 11.77 28.27 -
YUV 85.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 172 30 146 0 0.83 0.15 0.33 310.99 0.7 0.4
Hex AC 1E 92 0 53 F 21 137 46 28
Octal 254 36 222 0 123 17 41 467 106 50
Binary 10101100 11110 10010010 0 1010011 1111 100001 100110111 1000110 101000

Color Harmonies of #AC1E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E92

Black with #AC1E92

Text Example


Text Example

White with #AC1E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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