Html Css Color HEX #AC2E9D Medium Red Violet

📋 copy color: '#AC2E9D'

red 172 ◦ green 46 ◦ blue 157

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

Shades of Medium Red Violet #AC2E9D

Tints of Medium Red Violet #AC2E9D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 45.87%
G = 12.27%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC2E9D (or 0xAC2E9D) is known color: Medium Red Violet. HEX triplet: AC, 2E and 9D. RGB value is (172,46,157). Sum of RGB (Red+Green+Blue) = 172+46+157=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E9D is #53D162. Grayscale: #606060. Windows color (decimal): -5493091 or 10301100. OLE color: 10301100.

HSL color Cylindrical-coordinate representation of color #AC2E9D: hue angle of 307.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E9D is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 157 -
CMYK 0 0.73 0.09 0.33
HSL 307.14º 0.58% 0.43% -
HSV(B) 307.14º 0.73% 0.67% -
XYZ 24.08 13.16 33.17 -
YUV 96.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 172 46 157 0 0.73 0.09 0.33 307.14 0.58 0.43
Hex AC 2E 9D 0 49 9 21 133 3A 2B
Octal 254 56 235 0 111 11 41 463 72 53
Binary 10101100 101110 10011101 0 1001001 1001 100001 100110011 111010 101011

Color Harmonies of #AC2E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E9D

Black with #AC2E9D

Text Example


Text Example

White with #AC2E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E9D; }

 p { color: rgb(172,46,157); }

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

background-color css

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

 a { background-color: rgb(172,46,157); }

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

border-color css

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

 span { border-color: rgb(172,46,157); }

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