Html Css Color HEX #AC3574 Medium Red Violet

📋 copy color: '#AC3574'

red 172 ◦ green 53 ◦ blue 116

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

Shades of Medium Red Violet #AC3574

Tints of Medium Red Violet #AC3574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 50.44%
G = 15.54%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3574 (or 0xAC3574) is known color: Medium Red Violet. HEX triplet: AC, 35 and 74. RGB value is (172,53,116). Sum of RGB (Red+Green+Blue) = 172+53+116=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3574 is #53CA8B. Grayscale: #5F5F5F. Windows color (decimal): -5491340 or 7615916. OLE color: 7615916.

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

Color convert

RGB 172 53 116 -
CMYK 0 0.69 0.33 0.33
HSL 328.24º 0.53% 0.44% -
HSV(B) 328.24º 0.69% 0.67% -
XYZ 21.44 12.58 17.82 -
YUV 95.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 172 53 116 0 0.69 0.33 0.33 328.24 0.53 0.44
Hex AC 35 74 0 45 21 21 148 35 2C
Octal 254 65 164 0 105 41 41 510 65 54
Binary 10101100 110101 1110100 0 1000101 100001 100001 101001000 110101 101100

Color Harmonies of #AC3574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3574

Black with #AC3574

Text Example


Text Example

White with #AC3574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3574; }

 p { color: rgb(172,53,116); }

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

background-color css

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

 a { background-color: rgb(172,53,116); }

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

border-color css

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

 span { border-color: rgb(172,53,116); }

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