Html Css Color HEX #AC3F96 Medium Red Violet

📋 copy color: '#AC3F96'

red 172 ◦ green 63 ◦ blue 150

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

Shades of Medium Red Violet #AC3F96

Tints of Medium Red Violet #AC3F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 44.68%
G = 16.36%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC3F96 (or 0xAC3F96) is known color: Medium Red Violet. HEX triplet: AC, 3F and 96. RGB value is (172,63,150). Sum of RGB (Red+Green+Blue) = 172+63+150=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F96 is #53C069. Grayscale: #696969. Windows color (decimal): -5488746 or 9846700. OLE color: 9846700.

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

Color convert

RGB 172 63 150 -
CMYK 0 0.63 0.13 0.33
HSL 312.11º 0.46% 0.46% -
HSV(B) 312.11º 0.63% 0.67% -
XYZ 24.3 14.53 30.38 -
YUV 105.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 172 63 150 0 0.63 0.13 0.33 312.11 0.46 0.46
Hex AC 3F 96 0 3F D 21 138 2E 2E
Octal 254 77 226 0 77 15 41 470 56 56
Binary 10101100 111111 10010110 0 111111 1101 100001 100111000 101110 101110

Color Harmonies of #AC3F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F96

Black with #AC3F96

Text Example


Text Example

White with #AC3F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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