Html Css Color HEX #AC2492 Medium Red Violet

📋 copy color: '#AC2492'

red 172 ◦ green 36 ◦ blue 146

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

Shades of Medium Red Violet #AC2492

Tints of Medium Red Violet #AC2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 48.59%
G = 10.17%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC2492 (or 0xAC2492) is known color: Medium Red Violet. HEX triplet: AC, 24 and 92. RGB value is (172,36,146). Sum of RGB (Red+Green+Blue) = 172+36+146=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2492 is #53DB6D. Grayscale: #585858. Windows color (decimal): -5495662 or 9577644. OLE color: 9577644.

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

Color convert

RGB 172 36 146 -
CMYK 0 0.79 0.15 0.33
HSL 311.47º 0.65% 0.41% -
HSV(B) 311.47º 0.79% 0.67% -
XYZ 22.83 12.11 28.33 -
YUV 89.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 172 36 146 0 0.79 0.15 0.33 311.47 0.65 0.41
Hex AC 24 92 0 4F F 21 137 41 29
Octal 254 44 222 0 117 17 41 467 101 51
Binary 10101100 100100 10010010 0 1001111 1111 100001 100110111 1000001 101001

Color Harmonies of #AC2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2492

Black with #AC2492

Text Example


Text Example

White with #AC2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2492; }

 p { color: rgb(172,36,146); }

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

background-color css

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

 a { background-color: rgb(172,36,146); }

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

border-color css

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

 span { border-color: rgb(172,36,146); }

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