Html Css Color HEX #AC249D Medium Red Violet

📋 copy color: '#AC249D'

red 172 ◦ green 36 ◦ blue 157

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

Shades of Medium Red Violet #AC249D

Tints of Medium Red Violet #AC249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 47.12%
G = 9.86%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC249D (or 0xAC249D) is known color: Medium Red Violet. HEX triplet: AC, 24 and 9D. RGB value is (172,36,157). Sum of RGB (Red+Green+Blue) = 172+36+157=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC249D is #53DB62. Grayscale: #5A5A5A. Windows color (decimal): -5495651 or 10298540. OLE color: 10298540.

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

Color convert

RGB 172 36 157 -
CMYK 0 0.79 0.09 0.33
HSL 306.62º 0.65% 0.41% -
HSV(B) 306.62º 0.79% 0.67% -
XYZ 23.73 12.47 33.05 -
YUV 90.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 172 36 157 0 0.79 0.09 0.33 306.62 0.65 0.41
Hex AC 24 9D 0 4F 9 21 133 41 29
Octal 254 44 235 0 117 11 41 463 101 51
Binary 10101100 100100 10011101 0 1001111 1001 100001 100110011 1000001 101001

Color Harmonies of #AC249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC249D

Black with #AC249D

Text Example


Text Example

White with #AC249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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