Html Css Color HEX #AC247D Medium Red Violet

📋 copy color: '#AC247D'

red 172 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #AC247D

Tints of Medium Red Violet #AC247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 51.65%
G = 10.81%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC247D (or 0xAC247D) is known color: Medium Red Violet. HEX triplet: AC, 24 and 7D. RGB value is (172,36,125). Sum of RGB (Red+Green+Blue) = 172+36+125=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC247D is #53DB82. Grayscale: #565656. Windows color (decimal): -5495683 or 8201388. OLE color: 8201388.

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

Color convert

RGB 172 36 125 -
CMYK 0 0.79 0.27 0.33
HSL 320.74º 0.65% 0.41% -
HSV(B) 320.74º 0.79% 0.67% -
XYZ 21.35 11.51 20.5 -
YUV 86.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 172 36 125 0 0.79 0.27 0.33 320.74 0.65 0.41
Hex AC 24 7D 0 4F 1B 21 141 41 29
Octal 254 44 175 0 117 33 41 501 101 51
Binary 10101100 100100 1111101 0 1001111 11011 100001 101000001 1000001 101001

Color Harmonies of #AC247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC247D

Black with #AC247D

Text Example


Text Example

White with #AC247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC247D; }

 p { color: rgb(172,36,125); }

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

background-color css

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

 a { background-color: rgb(172,36,125); }

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

border-color css

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

 span { border-color: rgb(172,36,125); }

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