Html Css Color HEX #AC21A7 Medium Red Violet

📋 copy color: '#AC21A7'

red 172 ◦ green 33 ◦ blue 167

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

Shades of Medium Red Violet #AC21A7

Tints of Medium Red Violet #AC21A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.89%

R = 46.24%
G = 8.87%
B = 44.89%

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

#AC21A7 (or 0xAC21A7) is known color: Medium Red Violet. HEX triplet: AC, 21 and A7. RGB value is (172,33,167). Sum of RGB (Red+Green+Blue) = 172+33+167=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A7 is #53DE58. Grayscale: #595959. Windows color (decimal): -5496409 or 10953132. OLE color: 10953132.

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

Color convert

RGB 172 33 167 -
CMYK 0 0.81 0.03 0.33
HSL 302.16º 0.68% 0.4% -
HSV(B) 302.16º 0.81% 0.67% -
XYZ 24.53 12.65 37.71 -
YUV 89.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 172 33 167 0 0.81 0.03 0.33 302.16 0.68 0.4
Hex AC 21 A7 0 51 3 21 12E 44 28
Octal 254 41 247 0 121 3 41 456 104 50
Binary 10101100 100001 10100111 0 1010001 11 100001 100101110 1000100 101000

Color Harmonies of #AC21A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21A7

Black with #AC21A7

Text Example


Text Example

White with #AC21A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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