Html Css Color HEX #AC3192 Medium Red Violet

📋 copy color: '#AC3192'

red 172 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #AC3192

Tints of Medium Red Violet #AC3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

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

R = 46.87%
G = 13.35%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC3192 (or 0xAC3192) is known color: Medium Red Violet. HEX triplet: AC, 31 and 92. RGB value is (172,49,146). Sum of RGB (Red+Green+Blue) = 172+49+146=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3192 is #53CE6D. Grayscale: #606060. Windows color (decimal): -5492334 or 9580972. OLE color: 9580972.

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

Color convert

RGB 172 49 146 -
CMYK 0 0.72 0.15 0.33
HSL 312.68º 0.56% 0.43% -
HSV(B) 312.68º 0.72% 0.67% -
XYZ 23.3 13.04 28.48 -
YUV 96.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 172 49 146 0 0.72 0.15 0.33 312.68 0.56 0.43
Hex AC 31 92 0 48 F 21 139 38 2B
Octal 254 61 222 0 110 17 41 471 70 53
Binary 10101100 110001 10010010 0 1001000 1111 100001 100111001 111000 101011

Color Harmonies of #AC3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3192

Black with #AC3192

Text Example


Text Example

White with #AC3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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