Html Css Color HEX #AC3A8F Medium Red Violet

📋 copy color: '#AC3A8F'

red 172 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #AC3A8F

Tints of Medium Red Violet #AC3A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

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

R = 46.11%
G = 15.55%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC3A8F (or 0xAC3A8F) is known color: Medium Red Violet. HEX triplet: AC, 3A and 8F. RGB value is (172,58,143). Sum of RGB (Red+Green+Blue) = 172+58+143=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A8F is #53C570. Grayscale: #656565. Windows color (decimal): -5490033 or 9386668. OLE color: 9386668.

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

Color convert

RGB 172 58 143 -
CMYK 0 0.66 0.17 0.33
HSL 315.26º 0.5% 0.45% -
HSV(B) 315.26º 0.66% 0.67% -
XYZ 23.48 13.78 27.41 -
YUV 101.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 172 58 143 0 0.66 0.17 0.33 315.26 0.5 0.45
Hex AC 3A 8F 0 42 11 21 13B 32 2D
Octal 254 72 217 0 102 21 41 473 62 55
Binary 10101100 111010 10001111 0 1000010 10001 100001 100111011 110010 101101

Color Harmonies of #AC3A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A8F

Black with #AC3A8F

Text Example


Text Example

White with #AC3A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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