Html Css Color HEX #AC2574 Medium Red Violet

📋 copy color: '#AC2574'

red 172 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #AC2574

Tints of Medium Red Violet #AC2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

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

R = 52.92%
G = 11.38%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC2574 (or 0xAC2574) is known color: Medium Red Violet. HEX triplet: AC, 25 and 74. RGB value is (172,37,116). Sum of RGB (Red+Green+Blue) = 172+37+116=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2574 is #53DA8B. Grayscale: #565656. Windows color (decimal): -5495436 or 7611820. OLE color: 7611820.

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

Color convert

RGB 172 37 116 -
CMYK 0 0.78 0.33 0.33
HSL 324.89º 0.65% 0.41% -
HSV(B) 324.89º 0.78% 0.67% -
XYZ 20.83 11.35 17.62 -
YUV 86.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 172 37 116 0 0.78 0.33 0.33 324.89 0.65 0.41
Hex AC 25 74 0 4E 21 21 145 41 29
Octal 254 45 164 0 116 41 41 505 101 51
Binary 10101100 100101 1110100 0 1001110 100001 100001 101000101 1000001 101001

Color Harmonies of #AC2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2574

Black with #AC2574

Text Example


Text Example

White with #AC2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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