Html Css Color HEX #AC4080 Medium Red Violet

📋 copy color: '#AC4080'

red 172 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #AC4080

Tints of Medium Red Violet #AC4080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 47.25%
G = 17.58%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC4080 (or 0xAC4080) is known color: Medium Red Violet. HEX triplet: AC, 40 and 80. RGB value is (172,64,128). Sum of RGB (Red+Green+Blue) = 172+64+128=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4080 is #53BF7F. Grayscale: #676767. Windows color (decimal): -5488512 or 8405164. OLE color: 8405164.

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

Color convert

RGB 172 64 128 -
CMYK 0 0.63 0.26 0.33
HSL 324.44º 0.46% 0.46% -
HSV(B) 324.44º 0.63% 0.67% -
XYZ 22.74 14 21.92 -
YUV 103.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 172 64 128 0 0.63 0.26 0.33 324.44 0.46 0.46
Hex AC 40 80 0 3F 1A 21 144 2E 2E
Octal 254 100 200 0 77 32 41 504 56 56
Binary 10101100 1000000 10000000 0 111111 11010 100001 101000100 101110 101110

Color Harmonies of #AC4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4080

Black with #AC4080

Text Example


Text Example

White with #AC4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4080; }

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

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

background-color css

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

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

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

border-color css

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

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

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