Html Css Color HEX #AC3E80 Medium Red Violet

📋 copy color: '#AC3E80'

red 172 ◦ green 62 ◦ blue 128

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

Shades of Medium Red Violet #AC3E80

Tints of Medium Red Violet #AC3E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

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

R = 47.51%
G = 17.13%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC3E80 (or 0xAC3E80) is known color: Medium Red Violet. HEX triplet: AC, 3E and 80. RGB value is (172,62,128). Sum of RGB (Red+Green+Blue) = 172+62+128=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E80 is #53C17F. Grayscale: #666666. Windows color (decimal): -5489024 or 8404652. OLE color: 8404652.

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

Color convert

RGB 172 62 128 -
CMYK 0 0.64 0.26 0.33
HSL 324º 0.47% 0.46% -
HSV(B) 324º 0.64% 0.67% -
XYZ 22.63 13.77 21.89 -
YUV 102.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 172 62 128 0 0.64 0.26 0.33 324 0.47 0.46
Hex AC 3E 80 0 40 1A 21 144 2F 2E
Octal 254 76 200 0 100 32 41 504 57 56
Binary 10101100 111110 10000000 0 1000000 11010 100001 101000100 101111 101110

Color Harmonies of #AC3E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E80

Black with #AC3E80

Text Example


Text Example

White with #AC3E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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