Html Css Color HEX #AC2581 Medium Red Violet

📋 copy color: '#AC2581'

red 172 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #AC2581

Tints of Medium Red Violet #AC2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 50.89%
G = 10.95%
B = 38.17%

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

#AC2581 (or 0xAC2581) is known color: Medium Red Violet. HEX triplet: AC, 25 and 81. RGB value is (172,37,129). Sum of RGB (Red+Green+Blue) = 172+37+129=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2581 is #53DA7E. Grayscale: #575757. Windows color (decimal): -5495423 or 8463788. OLE color: 8463788.

HSL color Cylindrical-coordinate representation of color #AC2581: hue angle of 319.11º degrees, saturation: 0.65, 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 #AC2581 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 129 -
CMYK 0 0.78 0.25 0.33
HSL 319.11º 0.65% 0.41% -
HSV(B) 319.11º 0.78% 0.67% -
XYZ 21.64 11.68 21.88 -
YUV 87.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 172 37 129 0 0.78 0.25 0.33 319.11 0.65 0.41
Hex AC 25 81 0 4E 19 21 13F 41 29
Octal 254 45 201 0 116 31 41 477 101 51
Binary 10101100 100101 10000001 0 1001110 11001 100001 100111111 1000001 101001

Color Harmonies of #AC2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2581

Black with #AC2581

Text Example


Text Example

White with #AC2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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