Html Css Color HEX #AC318B Medium Red Violet

📋 copy color: '#AC318B'

red 172 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #AC318B

Tints of Medium Red Violet #AC318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 47.78%
G = 13.61%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC318B (or 0xAC318B) is known color: Medium Red Violet. HEX triplet: AC, 31 and 8B. RGB value is (172,49,139). Sum of RGB (Red+Green+Blue) = 172+49+139=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC318B is #53CE74. Grayscale: #5F5F5F. Windows color (decimal): -5492341 or 9122220. OLE color: 9122220.

HSL color Cylindrical-coordinate representation of color #AC318B: hue angle of 316.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC318B is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 139 -
CMYK 0 0.72 0.19 0.33
HSL 316.1º 0.56% 0.43% -
HSV(B) 316.1º 0.72% 0.67% -
XYZ 22.77 12.83 25.7 -
YUV 96.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 172 49 139 0 0.72 0.19 0.33 316.1 0.56 0.43
Hex AC 31 8B 0 48 13 21 13C 38 2B
Octal 254 61 213 0 110 23 41 474 70 53
Binary 10101100 110001 10001011 0 1001000 10011 100001 100111100 111000 101011

Color Harmonies of #AC318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC318B

Black with #AC318B

Text Example


Text Example

White with #AC318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC318B; }

 p { color: rgb(172,49,139); }

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

background-color css

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

 a { background-color: rgb(172,49,139); }

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

border-color css

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

 span { border-color: rgb(172,49,139); }

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