Html Css Color HEX #AC417D Medium Red Violet

📋 copy color: '#AC417D'

red 172 ◦ green 65 ◦ blue 125

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

Shades of Medium Red Violet #AC417D

Tints of Medium Red Violet #AC417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 47.51%
G = 17.96%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC417D (or 0xAC417D) is known color: Medium Red Violet. HEX triplet: AC, 41 and 7D. RGB value is (172,65,125). Sum of RGB (Red+Green+Blue) = 172+65+125=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC417D is #53BE82. Grayscale: #676767. Windows color (decimal): -5488259 or 8208812. OLE color: 8208812.

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

Color convert

RGB 172 65 125 -
CMYK 0 0.62 0.27 0.33
HSL 326.36º 0.45% 0.46% -
HSV(B) 326.36º 0.62% 0.67% -
XYZ 22.61 14.03 20.92 -
YUV 103.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 172 65 125 0 0.62 0.27 0.33 326.36 0.45 0.46
Hex AC 41 7D 0 3E 1B 21 146 2D 2E
Octal 254 101 175 0 76 33 41 506 55 56
Binary 10101100 1000001 1111101 0 111110 11011 100001 101000110 101101 101110

Color Harmonies of #AC417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC417D

Black with #AC417D

Text Example


Text Example

White with #AC417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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