Html Css Color HEX #AC2292 Medium Red Violet

📋 copy color: '#AC2292'

red 172 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #AC2292

Tints of Medium Red Violet #AC2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

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

R = 48.86%
G = 9.66%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC2292 (or 0xAC2292) is known color: Medium Red Violet. HEX triplet: AC, 22 and 92. RGB value is (172,34,146). Sum of RGB (Red+Green+Blue) = 172+34+146=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2292 is #53DD6D. Grayscale: #575757. Windows color (decimal): -5496174 or 9577132. OLE color: 9577132.

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

Color convert

RGB 172 34 146 -
CMYK 0 0.80 0.15 0.33
HSL 311.3º 0.67% 0.4% -
HSV(B) 311.3º 0.8% 0.67% -
XYZ 22.77 11.99 28.31 -
YUV 88.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 172 34 146 0 0.80 0.15 0.33 311.3 0.67 0.4
Hex AC 22 92 0 50 F 21 137 43 28
Octal 254 42 222 0 120 17 41 467 103 50
Binary 10101100 100010 10010010 0 1010000 1111 100001 100110111 1000011 101000

Color Harmonies of #AC2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2292

Black with #AC2292

Text Example


Text Example

White with #AC2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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