Html Css Color HEX #AC248F Medium Red Violet

📋 copy color: '#AC248F'

red 172 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #AC248F

Tints of Medium Red Violet #AC248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

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

R = 49%
G = 10.26%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC248F (or 0xAC248F) is known color: Medium Red Violet. HEX triplet: AC, 24 and 8F. RGB value is (172,36,143). Sum of RGB (Red+Green+Blue) = 172+36+143=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC248F is #53DB70. Grayscale: #585858. Windows color (decimal): -5495665 or 9381036. OLE color: 9381036.

HSL color Cylindrical-coordinate representation of color #AC248F: hue angle of 312.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC248F is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 143 -
CMYK 0 0.79 0.17 0.33
HSL 312.79º 0.65% 0.41% -
HSV(B) 312.79º 0.79% 0.67% -
XYZ 22.6 12.02 27.11 -
YUV 88.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 172 36 143 0 0.79 0.17 0.33 312.79 0.65 0.41
Hex AC 24 8F 0 4F 11 21 139 41 29
Octal 254 44 217 0 117 21 41 471 101 51
Binary 10101100 100100 10001111 0 1001111 10001 100001 100111001 1000001 101001

Color Harmonies of #AC248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC248F

Black with #AC248F

Text Example


Text Example

White with #AC248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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