Html Css Color HEX #AC1479 Medium Violet Red

📋 copy color: '#AC1479'

red 172 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #AC1479

Tints of Medium Violet Red #AC1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 54.95%
G = 6.39%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC1479 (or 0xAC1479) is known color: Medium Violet Red. HEX triplet: AC, 14 and 79. RGB value is (172,20,121). Sum of RGB (Red+Green+Blue) = 172+20+121=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1479 is #53EB86. Grayscale: #4C4C4C. Windows color (decimal): -5499783 or 7935148. OLE color: 7935148.

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

Color convert

RGB 172 20 121 -
CMYK 0 0.88 0.30 0.33
HSL 320.13º 0.79% 0.38% -
HSV(B) 320.13º 0.88% 0.67% -
XYZ 20.71 10.65 19.05 -
YUV 76.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 172 20 121 0 0.88 0.30 0.33 320.13 0.79 0.38
Hex AC 14 79 0 58 1E 21 140 4F 26
Octal 254 24 171 0 130 36 41 500 117 46
Binary 10101100 10100 1111001 0 1011000 11110 100001 101000000 1001111 100110

Color Harmonies of #AC1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1479

Black with #AC1479

Text Example


Text Example

White with #AC1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1479; }

 p { color: rgb(172,20,121); }

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

background-color css

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

 a { background-color: rgb(172,20,121); }

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

border-color css

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

 span { border-color: rgb(172,20,121); }

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