Html Css Color HEX #AC298F Medium Red Violet

📋 copy color: '#AC298F'

red 172 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #AC298F

Tints of Medium Red Violet #AC298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 48.31%
G = 11.52%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC298F (or 0xAC298F) is known color: Medium Red Violet. HEX triplet: AC, 29 and 8F. RGB value is (172,41,143). Sum of RGB (Red+Green+Blue) = 172+41+143=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC298F is #53D670. Grayscale: #5B5B5B. Windows color (decimal): -5494385 or 9382316. OLE color: 9382316.

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

Color convert

RGB 172 41 143 -
CMYK 0 0.76 0.17 0.33
HSL 313.28º 0.62% 0.42% -
HSV(B) 313.28º 0.76% 0.67% -
XYZ 22.76 12.34 27.17 -
YUV 91.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 172 41 143 0 0.76 0.17 0.33 313.28 0.62 0.42
Hex AC 29 8F 0 4C 11 21 139 3E 2A
Octal 254 51 217 0 114 21 41 471 76 52
Binary 10101100 101001 10001111 0 1001100 10001 100001 100111001 111110 101010

Color Harmonies of #AC298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC298F

Black with #AC298F

Text Example


Text Example

White with #AC298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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