Html Css Color HEX #AC229E Medium Red Violet

📋 copy color: '#AC229E'

red 172 ◦ green 34 ◦ blue 158

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

Shades of Medium Red Violet #AC229E

Tints of Medium Red Violet #AC229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

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

R = 47.25%
G = 9.34%
B = 43.41%

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

#AC229E (or 0xAC229E) is known color: Medium Red Violet. HEX triplet: AC, 22 and 9E. RGB value is (172,34,158). Sum of RGB (Red+Green+Blue) = 172+34+158=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC229E is #53DD61. Grayscale: #595959. Windows color (decimal): -5496162 or 10363564. OLE color: 10363564.

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

Color convert

RGB 172 34 158 -
CMYK 0 0.80 0.08 0.33
HSL 306.09º 0.67% 0.4% -
HSV(B) 306.09º 0.8% 0.67% -
XYZ 23.76 12.38 33.49 -
YUV 89.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 172 34 158 0 0.80 0.08 0.33 306.09 0.67 0.4
Hex AC 22 9E 0 50 8 21 132 43 28
Octal 254 42 236 0 120 10 41 462 103 50
Binary 10101100 100010 10011110 0 1010000 1000 100001 100110010 1000011 101000

Color Harmonies of #AC229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC229E

Black with #AC229E

Text Example


Text Example

White with #AC229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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