Html Css Color HEX #AC2681 Medium Red Violet

📋 copy color: '#AC2681'

red 172 ◦ green 38 ◦ blue 129

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

Shades of Medium Red Violet #AC2681

Tints of Medium Red Violet #AC2681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

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

R = 50.74%
G = 11.21%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC2681 (or 0xAC2681) is known color: Medium Red Violet. HEX triplet: AC, 26 and 81. RGB value is (172,38,129). Sum of RGB (Red+Green+Blue) = 172+38+129=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2681 is #53D97E. Grayscale: #585858. Windows color (decimal): -5495167 or 8464044. OLE color: 8464044.

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

Color convert

RGB 172 38 129 -
CMYK 0 0.78 0.25 0.33
HSL 319.25º 0.64% 0.41% -
HSV(B) 319.25º 0.78% 0.67% -
XYZ 21.67 11.74 21.89 -
YUV 88.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 172 38 129 0 0.78 0.25 0.33 319.25 0.64 0.41
Hex AC 26 81 0 4E 19 21 13F 40 29
Octal 254 46 201 0 116 31 41 477 100 51
Binary 10101100 100110 10000001 0 1001110 11001 100001 100111111 1000000 101001

Color Harmonies of #AC2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2681

Black with #AC2681

Text Example


Text Example

White with #AC2681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2681; }

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

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

background-color css

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

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

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

border-color css

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

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

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