Html Css Color HEX #AC217A Medium Red Violet

📋 copy color: '#AC217A'

red 172 ◦ green 33 ◦ blue 122

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

Shades of Medium Red Violet #AC217A

Tints of Medium Red Violet #AC217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 52.6%
G = 10.09%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC217A (or 0xAC217A) is known color: Medium Red Violet. HEX triplet: AC, 21 and 7A. RGB value is (172,33,122). Sum of RGB (Red+Green+Blue) = 172+33+122=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC217A is #53DE85. Grayscale: #545454. Windows color (decimal): -5496454 or 8004012. OLE color: 8004012.

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

Color convert

RGB 172 33 122 -
CMYK 0 0.81 0.29 0.33
HSL 321.58º 0.68% 0.4% -
HSV(B) 321.58º 0.81% 0.67% -
XYZ 21.07 11.26 19.48 -
YUV 84.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 172 33 122 0 0.81 0.29 0.33 321.58 0.68 0.4
Hex AC 21 7A 0 51 1D 21 142 44 28
Octal 254 41 172 0 121 35 41 502 104 50
Binary 10101100 100001 1111010 0 1010001 11101 100001 101000010 1000100 101000

Color Harmonies of #AC217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC217A

Black with #AC217A

Text Example


Text Example

White with #AC217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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