Html Css Color HEX #AC2794 Medium Red Violet

📋 copy color: '#AC2794'

red 172 ◦ green 39 ◦ blue 148

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

Shades of Medium Red Violet #AC2794

Tints of Medium Red Violet #AC2794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 47.91%
G = 10.86%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC2794 (or 0xAC2794) is known color: Medium Red Violet. HEX triplet: AC, 27 and 94. RGB value is (172,39,148). Sum of RGB (Red+Green+Blue) = 172+39+148=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2794 is #53D86B. Grayscale: #5A5A5A. Windows color (decimal): -5494892 or 9709484. OLE color: 9709484.

HSL color Cylindrical-coordinate representation of color #AC2794: hue angle of 310.83º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2794 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 148 -
CMYK 0 0.77 0.14 0.33
HSL 310.83º 0.63% 0.41% -
HSV(B) 310.83º 0.77% 0.67% -
XYZ 23.08 12.36 29.19 -
YUV 91.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 172 39 148 0 0.77 0.14 0.33 310.83 0.63 0.41
Hex AC 27 94 0 4D E 21 137 3F 29
Octal 254 47 224 0 115 16 41 467 77 51
Binary 10101100 100111 10010100 0 1001101 1110 100001 100110111 111111 101001

Color Harmonies of #AC2794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2794

Black with #AC2794

Text Example


Text Example

White with #AC2794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2794; }

 p { color: rgb(172,39,148); }

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

background-color css

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

 a { background-color: rgb(172,39,148); }

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

border-color css

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

 span { border-color: rgb(172,39,148); }

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