Html Css Color HEX #AC4092 Medium Red Violet

📋 copy color: '#AC4092'

red 172 ◦ green 64 ◦ blue 146

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

Shades of Medium Red Violet #AC4092

Tints of Medium Red Violet #AC4092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

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

R = 45.03%
G = 16.75%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC4092 (or 0xAC4092) is known color: Medium Red Violet. HEX triplet: AC, 40 and 92. RGB value is (172,64,146). Sum of RGB (Red+Green+Blue) = 172+64+146=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4092 is #53BF6D. Grayscale: #696969. Windows color (decimal): -5488494 or 9584812. OLE color: 9584812.

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

Color convert

RGB 172 64 146 -
CMYK 0 0.63 0.15 0.33
HSL 314.44º 0.46% 0.46% -
HSV(B) 314.44º 0.63% 0.67% -
XYZ 24.03 14.51 28.73 -
YUV 105.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 172 64 146 0 0.63 0.15 0.33 314.44 0.46 0.46
Hex AC 40 92 0 3F F 21 13A 2E 2E
Octal 254 100 222 0 77 17 41 472 56 56
Binary 10101100 1000000 10010010 0 111111 1111 100001 100111010 101110 101110

Color Harmonies of #AC4092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4092

Black with #AC4092

Text Example


Text Example

White with #AC4092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4092; }

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

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

background-color css

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

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

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

border-color css

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

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

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