Html Css Color HEX #AC317B Medium Red Violet

📋 copy color: '#AC317B'

red 172 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #AC317B

Tints of Medium Red Violet #AC317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 50%
G = 14.24%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC317B (or 0xAC317B) is known color: Medium Red Violet. HEX triplet: AC, 31 and 7B. RGB value is (172,49,123). Sum of RGB (Red+Green+Blue) = 172+49+123=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC317B is #53CE84. Grayscale: #5E5E5E. Windows color (decimal): -5492357 or 8073644. OLE color: 8073644.

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

Color convert

RGB 172 49 123 -
CMYK 0 0.72 0.28 0.33
HSL 323.9º 0.56% 0.43% -
HSV(B) 323.9º 0.72% 0.67% -
XYZ 21.69 12.4 19.99 -
YUV 94.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 172 49 123 0 0.72 0.28 0.33 323.9 0.56 0.43
Hex AC 31 7B 0 48 1C 21 144 38 2B
Octal 254 61 173 0 110 34 41 504 70 53
Binary 10101100 110001 1111011 0 1001000 11100 100001 101000100 111000 101011

Color Harmonies of #AC317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC317B

Black with #AC317B

Text Example


Text Example

White with #AC317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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