Html Css Color HEX #AC3E7D Medium Red Violet

📋 copy color: '#AC3E7D'

red 172 ◦ green 62 ◦ blue 125

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

Shades of Medium Red Violet #AC3E7D

Tints of Medium Red Violet #AC3E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 47.91%
G = 17.27%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC3E7D (or 0xAC3E7D) is known color: Medium Red Violet. HEX triplet: AC, 3E and 7D. RGB value is (172,62,125). Sum of RGB (Red+Green+Blue) = 172+62+125=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E7D is #53C182. Grayscale: #656565. Windows color (decimal): -5489027 or 8208044. OLE color: 8208044.

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

Color convert

RGB 172 62 125 -
CMYK 0 0.64 0.27 0.33
HSL 325.64º 0.47% 0.46% -
HSV(B) 325.64º 0.64% 0.67% -
XYZ 22.44 13.7 20.86 -
YUV 102.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 172 62 125 0 0.64 0.27 0.33 325.64 0.47 0.46
Hex AC 3E 7D 0 40 1B 21 146 2F 2E
Octal 254 76 175 0 100 33 41 506 57 56
Binary 10101100 111110 1111101 0 1000000 11011 100001 101000110 101111 101110

Color Harmonies of #AC3E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E7D

Black with #AC3E7D

Text Example


Text Example

White with #AC3E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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