Html Css Color HEX #AC239E Medium Red Violet

📋 copy color: '#AC239E'

red 172 ◦ green 35 ◦ blue 158

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

Shades of Medium Red Violet #AC239E

Tints of Medium Red Violet #AC239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 47.12%
G = 9.59%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC239E (or 0xAC239E) is known color: Medium Red Violet. HEX triplet: AC, 23 and 9E. RGB value is (172,35,158). Sum of RGB (Red+Green+Blue) = 172+35+158=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC239E is #53DC61. Grayscale: #595959. Windows color (decimal): -5495906 or 10363820. OLE color: 10363820.

HSL color Cylindrical-coordinate representation of color #AC239E: hue angle of 306.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC239E is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 158 -
CMYK 0 0.80 0.08 0.33
HSL 306.13º 0.66% 0.41% -
HSV(B) 306.13º 0.8% 0.67% -
XYZ 23.79 12.44 33.5 -
YUV 89.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 172 35 158 0 0.80 0.08 0.33 306.13 0.66 0.41
Hex AC 23 9E 0 50 8 21 132 42 29
Octal 254 43 236 0 120 10 41 462 102 51
Binary 10101100 100011 10011110 0 1010000 1000 100001 100110010 1000010 101001

Color Harmonies of #AC239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC239E

Black with #AC239E

Text Example


Text Example

White with #AC239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC239E; }

 p { color: rgb(172,35,158); }

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

background-color css

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

 a { background-color: rgb(172,35,158); }

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

border-color css

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

 span { border-color: rgb(172,35,158); }

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