Html Css Color HEX #AC247F Medium Red Violet

📋 copy color: '#AC247F'

red 172 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #AC247F

Tints of Medium Red Violet #AC247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 51.34%
G = 10.75%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC247F (or 0xAC247F) is known color: Medium Red Violet. HEX triplet: AC, 24 and 7F. RGB value is (172,36,127). Sum of RGB (Red+Green+Blue) = 172+36+127=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC247F is #53DB80. Grayscale: #565656. Windows color (decimal): -5495681 or 8332460. OLE color: 8332460.

HSL color Cylindrical-coordinate representation of color #AC247F: hue angle of 319.85º 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 #AC247F is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 127 -
CMYK 0 0.79 0.26 0.33
HSL 319.85º 0.65% 0.41% -
HSV(B) 319.85º 0.79% 0.67% -
XYZ 21.47 11.56 21.18 -
YUV 87.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 172 36 127 0 0.79 0.26 0.33 319.85 0.65 0.41
Hex AC 24 7F 0 4F 1A 21 140 41 29
Octal 254 44 177 0 117 32 41 500 101 51
Binary 10101100 100100 1111111 0 1001111 11010 100001 101000000 1000001 101001

Color Harmonies of #AC247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC247F

Black with #AC247F

Text Example


Text Example

White with #AC247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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