Html Css Color HEX #AC1484 Medium Violet Red

📋 copy color: '#AC1484'

red 172 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #AC1484

Tints of Medium Violet Red #AC1484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 53.09%
G = 6.17%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC1484 (or 0xAC1484) is known color: Medium Violet Red. HEX triplet: AC, 14 and 84. RGB value is (172,20,132). Sum of RGB (Red+Green+Blue) = 172+20+132=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1484 is #53EB7B. Grayscale: #4D4D4D. Windows color (decimal): -5499772 or 8656044. OLE color: 8656044.

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

Color convert

RGB 172 20 132 -
CMYK 0 0.88 0.23 0.33
HSL 315.79º 0.79% 0.38% -
HSV(B) 315.79º 0.88% 0.67% -
XYZ 21.43 10.94 22.81 -
YUV 78.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 172 20 132 0 0.88 0.23 0.33 315.79 0.79 0.38
Hex AC 14 84 0 58 17 21 13C 4F 26
Octal 254 24 204 0 130 27 41 474 117 46
Binary 10101100 10100 10000100 0 1011000 10111 100001 100111100 1001111 100110

Color Harmonies of #AC1484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1484

Black with #AC1484

Text Example


Text Example

White with #AC1484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1484; }

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

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

background-color css

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

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

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

border-color css

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

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

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