Html Css Color HEX #AC407C Medium Red Violet

📋 copy color: '#AC407C'

red 172 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #AC407C

Tints of Medium Red Violet #AC407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 47.78%
G = 17.78%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC407C (or 0xAC407C) is known color: Medium Red Violet. HEX triplet: AC, 40 and 7C. RGB value is (172,64,124). Sum of RGB (Red+Green+Blue) = 172+64+124=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC407C is #53BF83. Grayscale: #676767. Windows color (decimal): -5488516 or 8143020. OLE color: 8143020.

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

Color convert

RGB 172 64 124 -
CMYK 0 0.63 0.28 0.33
HSL 326.67º 0.46% 0.46% -
HSV(B) 326.67º 0.63% 0.67% -
XYZ 22.48 13.89 20.57 -
YUV 103.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 172 64 124 0 0.63 0.28 0.33 326.67 0.46 0.46
Hex AC 40 7C 0 3F 1C 21 147 2E 2E
Octal 254 100 174 0 77 34 41 507 56 56
Binary 10101100 1000000 1111100 0 111111 11100 100001 101000111 101110 101110

Color Harmonies of #AC407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC407C

Black with #AC407C

Text Example


Text Example

White with #AC407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC407C; }

 p { color: rgb(172,64,124); }

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

background-color css

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

 a { background-color: rgb(172,64,124); }

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

border-color css

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

 span { border-color: rgb(172,64,124); }

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