Html Css Color HEX #AC408F Medium Red Violet

📋 copy color: '#AC408F'

red 172 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #AC408F

Tints of Medium Red Violet #AC408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 45.38%
G = 16.89%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC408F (or 0xAC408F) is known color: Medium Red Violet. HEX triplet: AC, 40 and 8F. RGB value is (172,64,143). Sum of RGB (Red+Green+Blue) = 172+64+143=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC408F is #53BF70. Grayscale: #696969. Windows color (decimal): -5488497 or 9388204. OLE color: 9388204.

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

Color convert

RGB 172 64 143 -
CMYK 0 0.63 0.17 0.33
HSL 316.11º 0.46% 0.46% -
HSV(B) 316.11º 0.63% 0.67% -
XYZ 23.8 14.42 27.52 -
YUV 105.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 172 64 143 0 0.63 0.17 0.33 316.11 0.46 0.46
Hex AC 40 8F 0 3F 11 21 13C 2E 2E
Octal 254 100 217 0 77 21 41 474 56 56
Binary 10101100 1000000 10001111 0 111111 10001 100001 100111100 101110 101110

Color Harmonies of #AC408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC408F

Black with #AC408F

Text Example


Text Example

White with #AC408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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