Html Css Color HEX #AC1C78 Medium Red Violet

📋 copy color: '#AC1C78'

red 172 ◦ green 28 ◦ blue 120

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

Shades of Medium Red Violet #AC1C78

Tints of Medium Red Violet #AC1C78

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

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

R = 53.75%
G = 8.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC1C78 (or 0xAC1C78) is known color: Medium Red Violet. HEX triplet: AC, 1C and 78. RGB value is (172,28,120). Sum of RGB (Red+Green+Blue) = 172+28+120=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1C78 is #53E387. Grayscale: #515151. Windows color (decimal): -5497736 or 7871660. OLE color: 7871660.

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

Color convert

RGB 172 28 120 -
CMYK 0 0.84 0.30 0.33
HSL 321.67º 0.72% 0.39% -
HSV(B) 321.67º 0.84% 0.67% -
XYZ 20.82 10.96 18.79 -
YUV 81.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 172 28 120 0 0.84 0.30 0.33 321.67 0.72 0.39
Hex AC 1C 78 0 54 1E 21 142 48 27
Octal 254 34 170 0 124 36 41 502 110 47
Binary 10101100 11100 1111000 0 1010100 11110 100001 101000010 1001000 100111

Color Harmonies of #AC1C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C78

Black with #AC1C78

Text Example


Text Example

White with #AC1C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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