Html Css Color HEX #AC3C98 Medium Red Violet

📋 copy color: '#AC3C98'

red 172 ◦ green 60 ◦ blue 152

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

Shades of Medium Red Violet #AC3C98

Tints of Medium Red Violet #AC3C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 44.79%
G = 15.63%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC3C98 (or 0xAC3C98) is known color: Medium Red Violet. HEX triplet: AC, 3C and 98. RGB value is (172,60,152). Sum of RGB (Red+Green+Blue) = 172+60+152=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C98 is #53C367. Grayscale: #676767. Windows color (decimal): -5489512 or 9977004. OLE color: 9977004.

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

Color convert

RGB 172 60 152 -
CMYK 0 0.65 0.12 0.33
HSL 310.71º 0.48% 0.45% -
HSV(B) 310.71º 0.65% 0.67% -
XYZ 24.3 14.27 31.18 -
YUV 103.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 172 60 152 0 0.65 0.12 0.33 310.71 0.48 0.45
Hex AC 3C 98 0 41 C 21 137 30 2D
Octal 254 74 230 0 101 14 41 467 60 55
Binary 10101100 111100 10011000 0 1000001 1100 100001 100110111 110000 101101

Color Harmonies of #AC3C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C98

Black with #AC3C98

Text Example


Text Example

White with #AC3C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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