Html Css Color HEX #AC2E8A Medium Red Violet

📋 copy color: '#AC2E8A'

red 172 ◦ green 46 ◦ blue 138

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

Shades of Medium Red Violet #AC2E8A

Tints of Medium Red Violet #AC2E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 48.31%
G = 12.92%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC2E8A (or 0xAC2E8A) is known color: Medium Red Violet. HEX triplet: AC, 2E and 8A. RGB value is (172,46,138). Sum of RGB (Red+Green+Blue) = 172+46+138=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2E8A is #53D175. Grayscale: #5D5D5D. Windows color (decimal): -5493110 or 9055916. OLE color: 9055916.

HSL color Cylindrical-coordinate representation of color #AC2E8A: hue angle of 316.19º 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 #AC2E8A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 138 -
CMYK 0 0.73 0.20 0.33
HSL 316.19º 0.58% 0.43% -
HSV(B) 316.19º 0.73% 0.67% -
XYZ 22.58 12.56 25.28 -
YUV 94.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 172 46 138 0 0.73 0.20 0.33 316.19 0.58 0.43
Hex AC 2E 8A 0 49 14 21 13C 3A 2B
Octal 254 56 212 0 111 24 41 474 72 53
Binary 10101100 101110 10001010 0 1001001 10100 100001 100111100 111010 101011

Color Harmonies of #AC2E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E8A

Black with #AC2E8A

Text Example


Text Example

White with #AC2E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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