Html Css Color HEX #AC1478 Medium Violet Red

📋 copy color: '#AC1478'

red 172 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #AC1478

Tints of Medium Violet Red #AC1478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 55.13%
G = 6.41%
B = 38.46%

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

#AC1478 (or 0xAC1478) is known color: Medium Violet Red. HEX triplet: AC, 14 and 78. RGB value is (172,20,120). Sum of RGB (Red+Green+Blue) = 172+20+120=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1478 is #53EB87. Grayscale: #4C4C4C. Windows color (decimal): -5499784 or 7869612. OLE color: 7869612.

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

Color convert

RGB 172 20 120 -
CMYK 0 0.88 0.30 0.33
HSL 320.53º 0.79% 0.38% -
HSV(B) 320.53º 0.88% 0.67% -
XYZ 20.65 10.63 18.73 -
YUV 76.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 172 20 120 0 0.88 0.30 0.33 320.53 0.79 0.38
Hex AC 14 78 0 58 1E 21 141 4F 26
Octal 254 24 170 0 130 36 41 501 117 46
Binary 10101100 10100 1111000 0 1011000 11110 100001 101000001 1001111 100110

Color Harmonies of #AC1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1478

Black with #AC1478

Text Example


Text Example

White with #AC1478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1478; }

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

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

background-color css

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

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

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

border-color css

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

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

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