Html Css Color HEX #AC3F94 Medium Red Violet

📋 copy color: '#AC3F94'

red 172 ◦ green 63 ◦ blue 148

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

Shades of Medium Red Violet #AC3F94

Tints of Medium Red Violet #AC3F94

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 44.91%
G = 16.45%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC3F94 (or 0xAC3F94) is known color: Medium Red Violet. HEX triplet: AC, 3F and 94. RGB value is (172,63,148). Sum of RGB (Red+Green+Blue) = 172+63+148=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F94 is #53C06B. Grayscale: #696969. Windows color (decimal): -5488748 or 9715628. OLE color: 9715628.

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

Color convert

RGB 172 63 148 -
CMYK 0 0.63 0.14 0.33
HSL 313.21º 0.46% 0.46% -
HSV(B) 313.21º 0.63% 0.67% -
XYZ 24.14 14.46 29.54 -
YUV 105.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 172 63 148 0 0.63 0.14 0.33 313.21 0.46 0.46
Hex AC 3F 94 0 3F E 21 139 2E 2E
Octal 254 77 224 0 77 16 41 471 56 56
Binary 10101100 111111 10010100 0 111111 1110 100001 100111001 101110 101110

Color Harmonies of #AC3F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F94

Black with #AC3F94

Text Example


Text Example

White with #AC3F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F94; }

 p { color: rgb(172,63,148); }

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

background-color css

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

 a { background-color: rgb(172,63,148); }

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

border-color css

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

 span { border-color: rgb(172,63,148); }

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