Html Css Color HEX #AC3E8A Medium Red Violet

📋 copy color: '#AC3E8A'

red 172 ◦ green 62 ◦ blue 138

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

Shades of Medium Red Violet #AC3E8A

Tints of Medium Red Violet #AC3E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 46.24%
G = 16.67%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC3E8A (or 0xAC3E8A) is known color: Medium Red Violet. HEX triplet: AC, 3E and 8A. RGB value is (172,62,138). Sum of RGB (Red+Green+Blue) = 172+62+138=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E8A is #53C175. Grayscale: #676767. Windows color (decimal): -5489014 or 9060012. OLE color: 9060012.

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

Color convert

RGB 172 62 138 -
CMYK 0 0.64 0.20 0.33
HSL 318.55º 0.47% 0.46% -
HSV(B) 318.55º 0.64% 0.67% -
XYZ 23.32 14.05 25.53 -
YUV 103.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 172 62 138 0 0.64 0.20 0.33 318.55 0.47 0.46
Hex AC 3E 8A 0 40 14 21 13F 2F 2E
Octal 254 76 212 0 100 24 41 477 57 56
Binary 10101100 111110 10001010 0 1000000 10100 100001 100111111 101111 101110

Color Harmonies of #AC3E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E8A

Black with #AC3E8A

Text Example


Text Example

White with #AC3E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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