Html Css Color HEX #AC288D Medium Red Violet

📋 copy color: '#AC288D'

red 172 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #AC288D

Tints of Medium Red Violet #AC288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 48.73%
G = 11.33%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC288D (or 0xAC288D) is known color: Medium Red Violet. HEX triplet: AC, 28 and 8D. RGB value is (172,40,141). Sum of RGB (Red+Green+Blue) = 172+40+141=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC288D is #53D772. Grayscale: #5A5A5A. Windows color (decimal): -5494643 or 9250988. OLE color: 9250988.

HSL color Cylindrical-coordinate representation of color #AC288D: hue angle of 314.09º 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 #AC288D is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 141 -
CMYK 0 0.77 0.18 0.33
HSL 314.09º 0.62% 0.42% -
HSV(B) 314.09º 0.77% 0.67% -
XYZ 22.58 12.21 26.37 -
YUV 90.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 172 40 141 0 0.77 0.18 0.33 314.09 0.62 0.42
Hex AC 28 8D 0 4D 12 21 13A 3E 2A
Octal 254 50 215 0 115 22 41 472 76 52
Binary 10101100 101000 10001101 0 1001101 10010 100001 100111010 111110 101010

Color Harmonies of #AC288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC288D

Black with #AC288D

Text Example


Text Example

White with #AC288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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