Html Css Color HEX #AC3A83 Medium Red Violet

📋 copy color: '#AC3A83'

red 172 ◦ green 58 ◦ blue 131

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

Shades of Medium Red Violet #AC3A83

Tints of Medium Red Violet #AC3A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 47.65%
G = 16.07%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC3A83 (or 0xAC3A83) is known color: Medium Red Violet. HEX triplet: AC, 3A and 83. RGB value is (172,58,131). Sum of RGB (Red+Green+Blue) = 172+58+131=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A83 is #53C57C. Grayscale: #646464. Windows color (decimal): -5490045 or 8600236. OLE color: 8600236.

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

Color convert

RGB 172 58 131 -
CMYK 0 0.66 0.24 0.33
HSL 321.58º 0.5% 0.45% -
HSV(B) 321.58º 0.66% 0.67% -
XYZ 22.62 13.44 22.87 -
YUV 100.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 172 58 131 0 0.66 0.24 0.33 321.58 0.5 0.45
Hex AC 3A 83 0 42 18 21 142 32 2D
Octal 254 72 203 0 102 30 41 502 62 55
Binary 10101100 111010 10000011 0 1000010 11000 100001 101000010 110010 101101

Color Harmonies of #AC3A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A83

Black with #AC3A83

Text Example


Text Example

White with #AC3A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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