Html Css Color HEX #AC3172 Medium Red Violet

📋 copy color: '#AC3172'

red 172 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #AC3172

Tints of Medium Red Violet #AC3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 51.34%
G = 14.63%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3172 (or 0xAC3172) is known color: Medium Red Violet. HEX triplet: AC, 31 and 72. RGB value is (172,49,114). Sum of RGB (Red+Green+Blue) = 172+49+114=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3172 is #53CE8D. Grayscale: #5D5D5D. Windows color (decimal): -5492366 or 7483820. OLE color: 7483820.

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

Color convert

RGB 172 49 114 -
CMYK 0 0.72 0.34 0.33
HSL 328.29º 0.56% 0.43% -
HSV(B) 328.29º 0.72% 0.67% -
XYZ 21.15 12.18 17.16 -
YUV 93.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 172 49 114 0 0.72 0.34 0.33 328.29 0.56 0.43
Hex AC 31 72 0 48 22 21 148 38 2B
Octal 254 61 162 0 110 42 41 510 70 53
Binary 10101100 110001 1110010 0 1001000 100010 100001 101001000 111000 101011

Color Harmonies of #AC3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3172

Black with #AC3172

Text Example


Text Example

White with #AC3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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