Html Css Color HEX #AC21A6 Medium Red Violet

📋 copy color: '#AC21A6'

red 172 ◦ green 33 ◦ blue 166

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

Shades of Medium Red Violet #AC21A6

Tints of Medium Red Violet #AC21A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.74%

R = 46.36%
G = 8.89%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC21A6 (or 0xAC21A6) is known color: Medium Red Violet. HEX triplet: AC, 21 and A6. RGB value is (172,33,166). Sum of RGB (Red+Green+Blue) = 172+33+166=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A6 is #53DE59. Grayscale: #595959. Windows color (decimal): -5496410 or 10887596. OLE color: 10887596.

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

Color convert

RGB 172 33 166 -
CMYK 0 0.81 0.03 0.33
HSL 302.59º 0.68% 0.4% -
HSV(B) 302.59º 0.81% 0.67% -
XYZ 24.44 12.61 37.22 -
YUV 89.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 172 33 166 0 0.81 0.03 0.33 302.59 0.68 0.4
Hex AC 21 A6 0 51 3 21 12F 44 28
Octal 254 41 246 0 121 3 41 457 104 50
Binary 10101100 100001 10100110 0 1010001 11 100001 100101111 1000100 101000

Color Harmonies of #AC21A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21A6

Black with #AC21A6

Text Example


Text Example

White with #AC21A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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