Html Css Color HEX #AC3E8F Medium Red Violet

📋 copy color: '#AC3E8F'

red 172 ◦ green 62 ◦ blue 143

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

Shades of Medium Red Violet #AC3E8F

Tints of Medium Red Violet #AC3E8F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.45%

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 45.62%
G = 16.45%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC3E8F (or 0xAC3E8F) is known color: Medium Red Violet. HEX triplet: AC, 3E and 8F. RGB value is (172,62,143). Sum of RGB (Red+Green+Blue) = 172+62+143=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E8F is #53C170. Grayscale: #676767. Windows color (decimal): -5489009 or 9387692. OLE color: 9387692.

HSL color Cylindrical-coordinate representation of color #AC3E8F: hue angle of 315.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E8F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 143 -
CMYK 0 0.64 0.17 0.33
HSL 315.82º 0.47% 0.46% -
HSV(B) 315.82º 0.64% 0.67% -
XYZ 23.69 14.2 27.48 -
YUV 104.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 172 62 143 0 0.64 0.17 0.33 315.82 0.47 0.46
Hex AC 3E 8F 0 40 11 21 13C 2F 2E
Octal 254 76 217 0 100 21 41 474 57 56
Binary 10101100 111110 10001111 0 1000000 10001 100001 100111100 101111 101110

Color Harmonies of #AC3E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E8F

Black with #AC3E8F

Text Example


Text Example

White with #AC3E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E8F; }

 p { color: rgb(172,62,143); }

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

background-color css

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

 a { background-color: rgb(172,62,143); }

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

border-color css

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

 span { border-color: rgb(172,62,143); }

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