Html Css Color HEX #AC298D Medium Red Violet

📋 copy color: '#AC298D'

red 172 ◦ green 41 ◦ blue 141

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

Shades of Medium Red Violet #AC298D

Tints of Medium Red Violet #AC298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 48.59%
G = 11.58%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC298D (or 0xAC298D) is known color: Medium Red Violet. HEX triplet: AC, 29 and 8D. RGB value is (172,41,141). Sum of RGB (Red+Green+Blue) = 172+41+141=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC298D is #53D672. Grayscale: #5B5B5B. Windows color (decimal): -5494387 or 9251244. OLE color: 9251244.

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

Color convert

RGB 172 41 141 -
CMYK 0 0.76 0.18 0.33
HSL 314.2º 0.62% 0.42% -
HSV(B) 314.2º 0.76% 0.67% -
XYZ 22.61 12.28 26.38 -
YUV 91.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 172 41 141 0 0.76 0.18 0.33 314.2 0.62 0.42
Hex AC 29 8D 0 4C 12 21 13A 3E 2A
Octal 254 51 215 0 114 22 41 472 76 52
Binary 10101100 101001 10001101 0 1001100 10010 100001 100111010 111110 101010

Color Harmonies of #AC298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC298D

Black with #AC298D

Text Example


Text Example

White with #AC298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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