Html Css Color HEX #AC217B Medium Red Violet

📋 copy color: '#AC217B'

red 172 ◦ green 33 ◦ blue 123

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

Shades of Medium Red Violet #AC217B

Tints of Medium Red Violet #AC217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 52.44%
G = 10.06%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC217B (or 0xAC217B) is known color: Medium Red Violet. HEX triplet: AC, 21 and 7B. RGB value is (172,33,123). Sum of RGB (Red+Green+Blue) = 172+33+123=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC217B is #53DE84. Grayscale: #545454. Windows color (decimal): -5496453 or 8069548. OLE color: 8069548.

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

Color convert

RGB 172 33 123 -
CMYK 0 0.81 0.28 0.33
HSL 321.15º 0.68% 0.4% -
HSV(B) 321.15º 0.81% 0.67% -
XYZ 21.13 11.29 19.8 -
YUV 84.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 172 33 123 0 0.81 0.28 0.33 321.15 0.68 0.4
Hex AC 21 7B 0 51 1C 21 141 44 28
Octal 254 41 173 0 121 34 41 501 104 50
Binary 10101100 100001 1111011 0 1010001 11100 100001 101000001 1000100 101000

Color Harmonies of #AC217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC217B

Black with #AC217B

Text Example


Text Example

White with #AC217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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