Html Css Color HEX #AC378D Medium Red Violet

📋 copy color: '#AC378D'

red 172 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #AC378D

Tints of Medium Red Violet #AC378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.95%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 46.74%
G = 14.95%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC378D (or 0xAC378D) is known color: Medium Red Violet. HEX triplet: AC, 37 and 8D. RGB value is (172,55,141). Sum of RGB (Red+Green+Blue) = 172+55+141=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC378D is #53C872. Grayscale: #636363. Windows color (decimal): -5490803 or 9254828. OLE color: 9254828.

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

Color convert

RGB 172 55 141 -
CMYK 0 0.68 0.18 0.33
HSL 315.9º 0.52% 0.45% -
HSV(B) 315.9º 0.68% 0.67% -
XYZ 23.19 13.43 26.57 -
YUV 99.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 172 55 141 0 0.68 0.18 0.33 315.9 0.52 0.45
Hex AC 37 8D 0 44 12 21 13C 34 2D
Octal 254 67 215 0 104 22 41 474 64 55
Binary 10101100 110111 10001101 0 1000100 10010 100001 100111100 110100 101101

Color Harmonies of #AC378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC378D

Black with #AC378D

Text Example


Text Example

White with #AC378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC378D; }

 p { color: rgb(172,55,141); }

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

background-color css

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

 a { background-color: rgb(172,55,141); }

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

border-color css

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

 span { border-color: rgb(172,55,141); }

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