Html Css Color HEX #AC3473 Medium Red Violet

📋 copy color: '#AC3473'

red 172 ◦ green 52 ◦ blue 115

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

Shades of Medium Red Violet #AC3473

Tints of Medium Red Violet #AC3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 50.74%
G = 15.34%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3473 (or 0xAC3473) is known color: Medium Red Violet. HEX triplet: AC, 34 and 73. RGB value is (172,52,115). Sum of RGB (Red+Green+Blue) = 172+52+115=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3473 is #53CB8C. Grayscale: #5E5E5E. Windows color (decimal): -5491597 or 7550124. OLE color: 7550124.

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

Color convert

RGB 172 52 115 -
CMYK 0 0.70 0.33 0.33
HSL 328.5º 0.54% 0.44% -
HSV(B) 328.5º 0.7% 0.67% -
XYZ 21.34 12.46 17.5 -
YUV 95.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 172 52 115 0 0.70 0.33 0.33 328.5 0.54 0.44
Hex AC 34 73 0 46 21 21 148 36 2C
Octal 254 64 163 0 106 41 41 510 66 54
Binary 10101100 110100 1110011 0 1000110 100001 100001 101001000 110110 101100

Color Harmonies of #AC3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3473

Black with #AC3473

Text Example


Text Example

White with #AC3473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3473; }

 p { color: rgb(172,52,115); }

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

background-color css

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

 a { background-color: rgb(172,52,115); }

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

border-color css

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

 span { border-color: rgb(172,52,115); }

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