Html Css Color HEX #AC287D Medium Red Violet

📋 copy color: '#AC287D'

red 172 ◦ green 40 ◦ blue 125

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

Shades of Medium Red Violet #AC287D

Tints of Medium Red Violet #AC287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 51.04%
G = 11.87%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC287D (or 0xAC287D) is known color: Medium Red Violet. HEX triplet: AC, 28 and 7D. RGB value is (172,40,125). Sum of RGB (Red+Green+Blue) = 172+40+125=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC287D is #53D782. Grayscale: #585858. Windows color (decimal): -5494659 or 8202412. OLE color: 8202412.

HSL color Cylindrical-coordinate representation of color #AC287D: hue angle of 321.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC287D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 125 -
CMYK 0 0.77 0.27 0.33
HSL 321.36º 0.62% 0.42% -
HSV(B) 321.36º 0.77% 0.67% -
XYZ 21.47 11.77 20.54 -
YUV 89.16 148.23 187.09 -
System Red Green Blue C M Y K H S L
Decimal 172 40 125 0 0.77 0.27 0.33 321.36 0.62 0.42
Hex AC 28 7D 0 4D 1B 21 141 3E 2A
Octal 254 50 175 0 115 33 41 501 76 52
Binary 10101100 101000 1111101 0 1001101 11011 100001 101000001 111110 101010

Color Harmonies of #AC287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC287D

Black with #AC287D

Text Example


Text Example

White with #AC287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC287D; }

 p { color: rgb(172,40,125); }

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

background-color css

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

 a { background-color: rgb(172,40,125); }

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

border-color css

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

 span { border-color: rgb(172,40,125); }

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