Html Css Color HEX #AC2372 Medium Red Violet

📋 copy color: '#AC2372'

red 172 ◦ green 35 ◦ blue 114

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

Shades of Medium Red Violet #AC2372

Tints of Medium Red Violet #AC2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 53.58%
G = 10.9%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC2372 (or 0xAC2372) is known color: Medium Red Violet. HEX triplet: AC, 23 and 72. RGB value is (172,35,114). Sum of RGB (Red+Green+Blue) = 172+35+114=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2372 is #53DC8D. Grayscale: #545454. Windows color (decimal): -5495950 or 7480236. OLE color: 7480236.

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

Color convert

RGB 172 35 114 -
CMYK 0 0.80 0.34 0.33
HSL 325.4º 0.66% 0.41% -
HSV(B) 325.4º 0.8% 0.67% -
XYZ 20.65 11.19 16.99 -
YUV 84.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 172 35 114 0 0.80 0.34 0.33 325.4 0.66 0.41
Hex AC 23 72 0 50 22 21 145 42 29
Octal 254 43 162 0 120 42 41 505 102 51
Binary 10101100 100011 1110010 0 1010000 100010 100001 101000101 1000010 101001

Color Harmonies of #AC2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2372

Black with #AC2372

Text Example


Text Example

White with #AC2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2372; }

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

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

background-color css

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

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

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

border-color css

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

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

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