Html Css Color HEX #AC3481 Medium Red Violet

📋 copy color: '#AC3481'

red 172 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #AC3481

Tints of Medium Red Violet #AC3481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 48.73%
G = 14.73%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC3481 (or 0xAC3481) is known color: Medium Red Violet. HEX triplet: AC, 34 and 81. RGB value is (172,52,129). Sum of RGB (Red+Green+Blue) = 172+52+129=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3481 is #53CB7E. Grayscale: #606060. Windows color (decimal): -5491583 or 8467628. OLE color: 8467628.

HSL color Cylindrical-coordinate representation of color #AC3481: hue angle of 321.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3481 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 129 -
CMYK 0 0.70 0.25 0.33
HSL 321.5º 0.54% 0.44% -
HSV(B) 321.5º 0.7% 0.67% -
XYZ 22.2 12.81 22.07 -
YUV 96.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 172 52 129 0 0.70 0.25 0.33 321.5 0.54 0.44
Hex AC 34 81 0 46 19 21 142 36 2C
Octal 254 64 201 0 106 31 41 502 66 54
Binary 10101100 110100 10000001 0 1000110 11001 100001 101000010 110110 101100

Color Harmonies of #AC3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3481

Black with #AC3481

Text Example


Text Example

White with #AC3481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3481; }

 p { color: rgb(172,52,129); }

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

background-color css

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

 a { background-color: rgb(172,52,129); }

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

border-color css

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

 span { border-color: rgb(172,52,129); }

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