Html Css Color HEX #AC3C83 Medium Red Violet

📋 copy color: '#AC3C83'

red 172 ◦ green 60 ◦ blue 131

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

Shades of Medium Red Violet #AC3C83

Tints of Medium Red Violet #AC3C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 47.38%
G = 16.53%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC3C83 (or 0xAC3C83) is known color: Medium Red Violet. HEX triplet: AC, 3C and 83. RGB value is (172,60,131). Sum of RGB (Red+Green+Blue) = 172+60+131=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C83 is #53C37C. Grayscale: #656565. Windows color (decimal): -5489533 or 8600748. OLE color: 8600748.

HSL color Cylindrical-coordinate representation of color #AC3C83: hue angle of 321.96º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3C83 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 131 -
CMYK 0 0.65 0.24 0.33
HSL 321.96º 0.48% 0.45% -
HSV(B) 321.96º 0.65% 0.67% -
XYZ 22.73 13.64 22.91 -
YUV 101.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 172 60 131 0 0.65 0.24 0.33 321.96 0.48 0.45
Hex AC 3C 83 0 41 18 21 142 30 2D
Octal 254 74 203 0 101 30 41 502 60 55
Binary 10101100 111100 10000011 0 1000001 11000 100001 101000010 110000 101101

Color Harmonies of #AC3C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C83

Black with #AC3C83

Text Example


Text Example

White with #AC3C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C83; }

 p { color: rgb(172,60,131); }

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

background-color css

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

 a { background-color: rgb(172,60,131); }

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

border-color css

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

 span { border-color: rgb(172,60,131); }

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