Html Css Color HEX #AC3F81 Medium Red Violet

📋 copy color: '#AC3F81'

red 172 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #AC3F81

Tints of Medium Red Violet #AC3F81

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 47.25%
G = 17.31%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC3F81 (or 0xAC3F81) is known color: Medium Red Violet. HEX triplet: AC, 3F and 81. RGB value is (172,63,129). Sum of RGB (Red+Green+Blue) = 172+63+129=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F81 is #53C07E. Grayscale: #666666. Windows color (decimal): -5488767 or 8470444. OLE color: 8470444.

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

Color convert

RGB 172 63 129 -
CMYK 0 0.63 0.25 0.33
HSL 323.67º 0.46% 0.46% -
HSV(B) 323.67º 0.63% 0.67% -
XYZ 22.75 13.91 22.25 -
YUV 103.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 172 63 129 0 0.63 0.25 0.33 323.67 0.46 0.46
Hex AC 3F 81 0 3F 19 21 144 2E 2E
Octal 254 77 201 0 77 31 41 504 56 56
Binary 10101100 111111 10000001 0 111111 11001 100001 101000100 101110 101110

Color Harmonies of #AC3F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F81

Black with #AC3F81

Text Example


Text Example

White with #AC3F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F81; }

 p { color: rgb(172,63,129); }

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

background-color css

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

 a { background-color: rgb(172,63,129); }

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

border-color css

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

 span { border-color: rgb(172,63,129); }

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