Html Css Color HEX #AC418B Medium Red Violet

📋 copy color: '#AC418B'

red 172 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #AC418B

Tints of Medium Red Violet #AC418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 45.74%
G = 17.29%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC418B (or 0xAC418B) is known color: Medium Red Violet. HEX triplet: AC, 41 and 8B. RGB value is (172,65,139). Sum of RGB (Red+Green+Blue) = 172+65+139=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC418B is #53BE74. Grayscale: #696969. Windows color (decimal): -5488245 or 9126316. OLE color: 9126316.

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

Color convert

RGB 172 65 139 -
CMYK 0 0.62 0.19 0.33
HSL 318.5º 0.45% 0.46% -
HSV(B) 318.5º 0.62% 0.67% -
XYZ 23.56 14.42 25.97 -
YUV 105.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 172 65 139 0 0.62 0.19 0.33 318.5 0.45 0.46
Hex AC 41 8B 0 3E 13 21 13F 2D 2E
Octal 254 101 213 0 76 23 41 477 55 56
Binary 10101100 1000001 10001011 0 111110 10011 100001 100111111 101101 101110

Color Harmonies of #AC418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC418B

Black with #AC418B

Text Example


Text Example

White with #AC418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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