Html Css Color HEX #AC2D70 Medium Red Violet

📋 copy color: '#AC2D70'

red 172 ◦ green 45 ◦ blue 112

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

Shades of Medium Red Violet #AC2D70

Tints of Medium Red Violet #AC2D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 52.28%
G = 13.68%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC2D70 (or 0xAC2D70) is known color: Medium Red Violet. HEX triplet: AC, 2D and 70. RGB value is (172,45,112). Sum of RGB (Red+Green+Blue) = 172+45+112=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2D70 is #53D28F. Grayscale: #5A5A5A. Windows color (decimal): -5493392 or 7351724. OLE color: 7351724.

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

Color convert

RGB 172 45 112 -
CMYK 0 0.74 0.35 0.33
HSL 328.35º 0.59% 0.43% -
HSV(B) 328.35º 0.74% 0.67% -
XYZ 20.88 11.82 16.51 -
YUV 90.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 172 45 112 0 0.74 0.35 0.33 328.35 0.59 0.43
Hex AC 2D 70 0 4A 23 21 148 3B 2B
Octal 254 55 160 0 112 43 41 510 73 53
Binary 10101100 101101 1110000 0 1001010 100011 100001 101001000 111011 101011

Color Harmonies of #AC2D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2D70

Black with #AC2D70

Text Example


Text Example

White with #AC2D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2D70; }

 p { color: rgb(172,45,112); }

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

background-color css

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

 a { background-color: rgb(172,45,112); }

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

border-color css

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

 span { border-color: rgb(172,45,112); }

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