Html Css Color HEX #AC438D Medium Red Violet

📋 copy color: '#AC438D'

red 172 ◦ green 67 ◦ blue 141

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

Shades of Medium Red Violet #AC438D

Tints of Medium Red Violet #AC438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 45.26%
G = 17.63%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC438D (or 0xAC438D) is known color: Medium Red Violet. HEX triplet: AC, 43 and 8D. RGB value is (172,67,141). Sum of RGB (Red+Green+Blue) = 172+67+141=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC438D is #53BC72. Grayscale: #6A6A6A. Windows color (decimal): -5487731 or 9257900. OLE color: 9257900.

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

Color convert

RGB 172 67 141 -
CMYK 0 0.61 0.18 0.33
HSL 317.71º 0.44% 0.47% -
HSV(B) 317.71º 0.61% 0.67% -
XYZ 23.83 14.71 26.78 -
YUV 106.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 172 67 141 0 0.61 0.18 0.33 317.71 0.44 0.47
Hex AC 43 8D 0 3D 12 21 13E 2C 2F
Octal 254 103 215 0 75 22 41 476 54 57
Binary 10101100 1000011 10001101 0 111101 10010 100001 100111110 101100 101111

Color Harmonies of #AC438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC438D

Black with #AC438D

Text Example


Text Example

White with #AC438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC438D; }

 p { color: rgb(172,67,141); }

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

background-color css

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

 a { background-color: rgb(172,67,141); }

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

border-color css

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

 span { border-color: rgb(172,67,141); }

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