Html Css Color HEX #AC3A91 Medium Red Violet

📋 copy color: '#AC3A91'

red 172 ◦ green 58 ◦ blue 145

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

Shades of Medium Red Violet #AC3A91

Tints of Medium Red Violet #AC3A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 45.87%
G = 15.47%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC3A91 (or 0xAC3A91) is known color: Medium Red Violet. HEX triplet: AC, 3A and 91. RGB value is (172,58,145). Sum of RGB (Red+Green+Blue) = 172+58+145=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A91 is #53C56E. Grayscale: #656565. Windows color (decimal): -5490031 or 9517740. OLE color: 9517740.

HSL color Cylindrical-coordinate representation of color #AC3A91: hue angle of 314.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A91 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 145 -
CMYK 0 0.66 0.16 0.33
HSL 314.21º 0.5% 0.45% -
HSV(B) 314.21º 0.66% 0.67% -
XYZ 23.64 13.84 28.21 -
YUV 102 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 172 58 145 0 0.66 0.16 0.33 314.21 0.5 0.45
Hex AC 3A 91 0 42 10 21 13A 32 2D
Octal 254 72 221 0 102 20 41 472 62 55
Binary 10101100 111010 10010001 0 1000010 10000 100001 100111010 110010 101101

Color Harmonies of #AC3A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A91

Black with #AC3A91

Text Example


Text Example

White with #AC3A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A91; }

 p { color: rgb(172,58,145); }

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

background-color css

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

 a { background-color: rgb(172,58,145); }

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

border-color css

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

 span { border-color: rgb(172,58,145); }

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