Html Css Color HEX #AC298B Medium Red Violet

📋 copy color: '#AC298B'

red 172 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #AC298B

Tints of Medium Red Violet #AC298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 48.86%
G = 11.65%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC298B (or 0xAC298B) is known color: Medium Red Violet. HEX triplet: AC, 29 and 8B. RGB value is (172,41,139). Sum of RGB (Red+Green+Blue) = 172+41+139=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC298B is #53D674. Grayscale: #5B5B5B. Windows color (decimal): -5494389 or 9120172. OLE color: 9120172.

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

Color convert

RGB 172 41 139 -
CMYK 0 0.76 0.19 0.33
HSL 315.11º 0.62% 0.42% -
HSV(B) 315.11º 0.76% 0.67% -
XYZ 22.47 12.22 25.6 -
YUV 91.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 172 41 139 0 0.76 0.19 0.33 315.11 0.62 0.42
Hex AC 29 8B 0 4C 13 21 13B 3E 2A
Octal 254 51 213 0 114 23 41 473 76 52
Binary 10101100 101001 10001011 0 1001100 10011 100001 100111011 111110 101010

Color Harmonies of #AC298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC298B

Black with #AC298B

Text Example


Text Example

White with #AC298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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