Html Css Color HEX #AC249C Medium Red Violet

📋 copy color: '#AC249C'

red 172 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #AC249C

Tints of Medium Red Violet #AC249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 47.25%
G = 9.89%
B = 42.86%

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

#AC249C (or 0xAC249C) is known color: Medium Red Violet. HEX triplet: AC, 24 and 9C. RGB value is (172,36,156). Sum of RGB (Red+Green+Blue) = 172+36+156=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC249C is #53DB63. Grayscale: #5A5A5A. Windows color (decimal): -5495652 or 10233004. OLE color: 10233004.

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

Color convert

RGB 172 36 156 -
CMYK 0 0.79 0.09 0.33
HSL 307.06º 0.65% 0.41% -
HSV(B) 307.06º 0.79% 0.67% -
XYZ 23.64 12.43 32.61 -
YUV 90.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 172 36 156 0 0.79 0.09 0.33 307.06 0.65 0.41
Hex AC 24 9C 0 4F 9 21 133 41 29
Octal 254 44 234 0 117 11 41 463 101 51
Binary 10101100 100100 10011100 0 1001111 1001 100001 100110011 1000001 101001

Color Harmonies of #AC249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC249C

Black with #AC249C

Text Example


Text Example

White with #AC249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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