Html Css Color HEX #AC3F98 Medium Red Violet

📋 copy color: '#AC3F98'

red 172 ◦ green 63 ◦ blue 152

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

Shades of Medium Red Violet #AC3F98

Tints of Medium Red Violet #AC3F98

RGB

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

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

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

R = 44.44%
G = 16.28%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC3F98 (or 0xAC3F98) is known color: Medium Red Violet. HEX triplet: AC, 3F and 98. RGB value is (172,63,152). Sum of RGB (Red+Green+Blue) = 172+63+152=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F98 is #53C067. Grayscale: #696969. Windows color (decimal): -5488744 or 9977772. OLE color: 9977772.

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

Color convert

RGB 172 63 152 -
CMYK 0 0.63 0.12 0.33
HSL 311.01º 0.46% 0.46% -
HSV(B) 311.01º 0.63% 0.67% -
XYZ 24.46 14.59 31.23 -
YUV 105.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 172 63 152 0 0.63 0.12 0.33 311.01 0.46 0.46
Hex AC 3F 98 0 3F C 21 137 2E 2E
Octal 254 77 230 0 77 14 41 467 56 56
Binary 10101100 111111 10011000 0 111111 1100 100001 100110111 101110 101110

Color Harmonies of #AC3F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F98

Black with #AC3F98

Text Example


Text Example

White with #AC3F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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