Html Css Color HEX #AC1681 Medium Violet Red

📋 copy color: '#AC1681'

red 172 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #AC1681

Tints of Medium Violet Red #AC1681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

 BLUE value IS 129 (50.78% from 255) = 39.94%

R = 53.25%
G = 6.81%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC1681 (or 0xAC1681) is known color: Medium Violet Red. HEX triplet: AC, 16 and 81. RGB value is (172,22,129). Sum of RGB (Red+Green+Blue) = 172+22+129=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1681 is #53E97E. Grayscale: #4E4E4E. Windows color (decimal): -5499263 or 8459948. OLE color: 8459948.

HSL color Cylindrical-coordinate representation of color #AC1681: hue angle of 317.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1681 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 129 -
CMYK 0 0.87 0.25 0.33
HSL 317.2º 0.77% 0.38% -
HSV(B) 317.2º 0.87% 0.67% -
XYZ 21.26 10.93 21.76 -
YUV 79.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 172 22 129 0 0.87 0.25 0.33 317.2 0.77 0.38
Hex AC 16 81 0 57 19 21 13D 4D 26
Octal 254 26 201 0 127 31 41 475 115 46
Binary 10101100 10110 10000001 0 1010111 11001 100001 100111101 1001101 100110

Color Harmonies of #AC1681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1681

Black with #AC1681

Text Example


Text Example

White with #AC1681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1681; }

 p { color: rgb(172,22,129); }

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

background-color css

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

 a { background-color: rgb(172,22,129); }

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

border-color css

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

 span { border-color: rgb(172,22,129); }

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