Html Css Color HEX #AC3A8B Medium Red Violet

📋 copy color: '#AC3A8B'

red 172 ◦ green 58 ◦ blue 139

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

Shades of Medium Red Violet #AC3A8B

Tints of Medium Red Violet #AC3A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 46.61%
G = 15.72%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC3A8B (or 0xAC3A8B) is known color: Medium Red Violet. HEX triplet: AC, 3A and 8B. RGB value is (172,58,139). Sum of RGB (Red+Green+Blue) = 172+58+139=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A8B is #53C574. Grayscale: #656565. Windows color (decimal): -5490037 or 9124524. OLE color: 9124524.

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

Color convert

RGB 172 58 139 -
CMYK 0 0.66 0.19 0.33
HSL 317.37º 0.5% 0.45% -
HSV(B) 317.37º 0.66% 0.67% -
XYZ 23.19 13.66 25.84 -
YUV 101.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 172 58 139 0 0.66 0.19 0.33 317.37 0.5 0.45
Hex AC 3A 8B 0 42 13 21 13D 32 2D
Octal 254 72 213 0 102 23 41 475 62 55
Binary 10101100 111010 10001011 0 1000010 10011 100001 100111101 110010 101101

Color Harmonies of #AC3A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A8B

Black with #AC3A8B

Text Example


Text Example

White with #AC3A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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