Html Css Color HEX #AC2F72 Medium Red Violet

📋 copy color: '#AC2F72'

red 172 ◦ green 47 ◦ blue 114

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

Shades of Medium Red Violet #AC2F72

Tints of Medium Red Violet #AC2F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 51.65%
G = 14.11%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC2F72 (or 0xAC2F72) is known color: Medium Red Violet. HEX triplet: AC, 2F and 72. RGB value is (172,47,114). Sum of RGB (Red+Green+Blue) = 172+47+114=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2F72 is #53D08D. Grayscale: #5B5B5B. Windows color (decimal): -5492878 or 7483308. OLE color: 7483308.

HSL color Cylindrical-coordinate representation of color #AC2F72: hue angle of 327.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2F72 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 114 -
CMYK 0 0.73 0.34 0.33
HSL 327.84º 0.57% 0.43% -
HSV(B) 327.84º 0.73% 0.67% -
XYZ 21.07 12.02 17.13 -
YUV 92.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 172 47 114 0 0.73 0.34 0.33 327.84 0.57 0.43
Hex AC 2F 72 0 49 22 21 148 39 2B
Octal 254 57 162 0 111 42 41 510 71 53
Binary 10101100 101111 1110010 0 1001001 100010 100001 101001000 111001 101011

Color Harmonies of #AC2F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F72

Black with #AC2F72

Text Example


Text Example

White with #AC2F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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