Html Css Color HEX #AC3A7A Medium Red Violet

📋 copy color: '#AC3A7A'

red 172 ◦ green 58 ◦ blue 122

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

Shades of Medium Red Violet #AC3A7A

Tints of Medium Red Violet #AC3A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 48.86%
G = 16.48%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC3A7A (or 0xAC3A7A) is known color: Medium Red Violet. HEX triplet: AC, 3A and 7A. RGB value is (172,58,122). Sum of RGB (Red+Green+Blue) = 172+58+122=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A7A is #53C585. Grayscale: #636363. Windows color (decimal): -5490054 or 8010412. OLE color: 8010412.

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

Color convert

RGB 172 58 122 -
CMYK 0 0.66 0.29 0.33
HSL 326.32º 0.5% 0.45% -
HSV(B) 326.32º 0.66% 0.67% -
XYZ 22.04 13.2 19.8 -
YUV 99.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 172 58 122 0 0.66 0.29 0.33 326.32 0.5 0.45
Hex AC 3A 7A 0 42 1D 21 146 32 2D
Octal 254 72 172 0 102 35 41 506 62 55
Binary 10101100 111010 1111010 0 1000010 11101 100001 101000110 110010 101101

Color Harmonies of #AC3A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A7A

Black with #AC3A7A

Text Example


Text Example

White with #AC3A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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