Html Css Color HEX #AC249F Medium Red Violet

📋 copy color: '#AC249F'

red 172 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #AC249F

Tints of Medium Red Violet #AC249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 46.87%
G = 9.81%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC249F (or 0xAC249F) is known color: Medium Red Violet. HEX triplet: AC, 24 and 9F. RGB value is (172,36,159). Sum of RGB (Red+Green+Blue) = 172+36+159=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC249F is #53DB60. Grayscale: #5A5A5A. Windows color (decimal): -5495649 or 10429612. OLE color: 10429612.

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

Color convert

RGB 172 36 159 -
CMYK 0 0.79 0.08 0.33
HSL 305.74º 0.65% 0.41% -
HSV(B) 305.74º 0.79% 0.67% -
XYZ 23.9 12.54 33.96 -
YUV 90.69 166.56 186 -
System Red Green Blue C M Y K H S L
Decimal 172 36 159 0 0.79 0.08 0.33 305.74 0.65 0.41
Hex AC 24 9F 0 4F 8 21 132 41 29
Octal 254 44 237 0 117 10 41 462 101 51
Binary 10101100 100100 10011111 0 1001111 1000 100001 100110010 1000001 101001

Color Harmonies of #AC249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC249F

Black with #AC249F

Text Example


Text Example

White with #AC249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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