Html Css Color HEX #AC1279 Medium Violet Red

📋 copy color: '#AC1279'

red 172 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #AC1279

Tints of Medium Violet Red #AC1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 55.31%
G = 5.79%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC1279 (or 0xAC1279) is known color: Medium Violet Red. HEX triplet: AC, 12 and 79. RGB value is (172,18,121). Sum of RGB (Red+Green+Blue) = 172+18+121=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1279 is #53ED86. Grayscale: #4B4B4B. Windows color (decimal): -5500295 or 7934636. OLE color: 7934636.

HSL color Cylindrical-coordinate representation of color #AC1279: hue angle of 319.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1279 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 121 -
CMYK 0 0.90 0.30 0.33
HSL 319.87º 0.81% 0.37% -
HSV(B) 319.87º 0.9% 0.67% -
XYZ 20.68 10.58 19.04 -
YUV 75.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 172 18 121 0 0.90 0.30 0.33 319.87 0.81 0.37
Hex AC 12 79 0 5A 1E 21 140 51 25
Octal 254 22 171 0 132 36 41 500 121 45
Binary 10101100 10010 1111001 0 1011010 11110 100001 101000000 1010001 100101

Color Harmonies of #AC1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1279

Black with #AC1279

Text Example


Text Example

White with #AC1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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