Html Css Color HEX #AC3281 Medium Red Violet

📋 copy color: '#AC3281'

red 172 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #AC3281

Tints of Medium Red Violet #AC3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

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

R = 49%
G = 14.25%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC3281 (or 0xAC3281) is known color: Medium Red Violet. HEX triplet: AC, 32 and 81. RGB value is (172,50,129). Sum of RGB (Red+Green+Blue) = 172+50+129=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3281 is #53CD7E. Grayscale: #5F5F5F. Windows color (decimal): -5492095 or 8467116. OLE color: 8467116.

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

Color convert

RGB 172 50 129 -
CMYK 0 0.71 0.25 0.33
HSL 321.15º 0.55% 0.44% -
HSV(B) 321.15º 0.71% 0.67% -
XYZ 22.12 12.64 22.04 -
YUV 95.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 172 50 129 0 0.71 0.25 0.33 321.15 0.55 0.44
Hex AC 32 81 0 47 19 21 141 37 2C
Octal 254 62 201 0 107 31 41 501 67 54
Binary 10101100 110010 10000001 0 1000111 11001 100001 101000001 110111 101100

Color Harmonies of #AC3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3281

Black with #AC3281

Text Example


Text Example

White with #AC3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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