Html Css Color HEX #AC2892 Medium Red Violet

📋 copy color: '#AC2892'

red 172 ◦ green 40 ◦ blue 146

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

Shades of Medium Red Violet #AC2892

Tints of Medium Red Violet #AC2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

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

R = 48.04%
G = 11.17%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC2892 (or 0xAC2892) is known color: Medium Red Violet. HEX triplet: AC, 28 and 92. RGB value is (172,40,146). Sum of RGB (Red+Green+Blue) = 172+40+146=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2892 is #53D76D. Grayscale: #5B5B5B. Windows color (decimal): -5494638 or 9578668. OLE color: 9578668.

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

Color convert

RGB 172 40 146 -
CMYK 0 0.77 0.15 0.33
HSL 311.82º 0.62% 0.42% -
HSV(B) 311.82º 0.77% 0.67% -
XYZ 22.96 12.36 28.37 -
YUV 91.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 172 40 146 0 0.77 0.15 0.33 311.82 0.62 0.42
Hex AC 28 92 0 4D F 21 138 3E 2A
Octal 254 50 222 0 115 17 41 470 76 52
Binary 10101100 101000 10010010 0 1001101 1111 100001 100111000 111110 101010

Color Harmonies of #AC2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2892

Black with #AC2892

Text Example


Text Example

White with #AC2892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2892; }

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

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

background-color css

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

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

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

border-color css

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

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

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