Html Css Color HEX #AC4081 Medium Red Violet

📋 copy color: '#AC4081'

red 172 ◦ green 64 ◦ blue 129

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

Shades of Medium Red Violet #AC4081

Tints of Medium Red Violet #AC4081

RGB

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

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

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

R = 47.12%
G = 17.53%
B = 35.34%

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

#AC4081 (or 0xAC4081) is known color: Medium Red Violet. HEX triplet: AC, 40 and 81. RGB value is (172,64,129). Sum of RGB (Red+Green+Blue) = 172+64+129=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4081 is #53BF7E. Grayscale: #676767. Windows color (decimal): -5488511 or 8470700. OLE color: 8470700.

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

Color convert

RGB 172 64 129 -
CMYK 0 0.63 0.25 0.33
HSL 323.89º 0.46% 0.46% -
HSV(B) 323.89º 0.63% 0.67% -
XYZ 22.81 14.02 22.27 -
YUV 103.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 172 64 129 0 0.63 0.25 0.33 323.89 0.46 0.46
Hex AC 40 81 0 3F 19 21 144 2E 2E
Octal 254 100 201 0 77 31 41 504 56 56
Binary 10101100 1000000 10000001 0 111111 11001 100001 101000100 101110 101110

Color Harmonies of #AC4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4081

Black with #AC4081

Text Example


Text Example

White with #AC4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4081; }

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

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

background-color css

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

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

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

border-color css

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

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

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