Html Css Color HEX #AC468F Medium Red Violet

📋 copy color: '#AC468F'

red 172 ◦ green 70 ◦ blue 143

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

Shades of Medium Red Violet #AC468F

Tints of Medium Red Violet #AC468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 44.68%
G = 18.18%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC468F (or 0xAC468F) is known color: Medium Red Violet. HEX triplet: AC, 46 and 8F. RGB value is (172,70,143). Sum of RGB (Red+Green+Blue) = 172+70+143=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC468F is #53B970. Grayscale: #6C6C6C. Windows color (decimal): -5486961 or 9389740. OLE color: 9389740.

HSL color Cylindrical-coordinate representation of color #AC468F: hue angle of 317.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC468F is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 143 -
CMYK 0 0.59 0.17 0.33
HSL 317.06º 0.42% 0.47% -
HSV(B) 317.06º 0.59% 0.67% -
XYZ 24.16 15.13 27.63 -
YUV 108.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 172 70 143 0 0.59 0.17 0.33 317.06 0.42 0.47
Hex AC 46 8F 0 3B 11 21 13D 2A 2F
Octal 254 106 217 0 73 21 41 475 52 57
Binary 10101100 1000110 10001111 0 111011 10001 100001 100111101 101010 101111

Color Harmonies of #AC468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC468F

Black with #AC468F

Text Example


Text Example

White with #AC468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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