Html Css Color HEX #AC228A Medium Red Violet

📋 copy color: '#AC228A'

red 172 ◦ green 34 ◦ blue 138

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

Shades of Medium Red Violet #AC228A

Tints of Medium Red Violet #AC228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 50%
G = 9.88%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC228A (or 0xAC228A) is known color: Medium Red Violet. HEX triplet: AC, 22 and 8A. RGB value is (172,34,138). Sum of RGB (Red+Green+Blue) = 172+34+138=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC228A is #53DD75. Grayscale: #565656. Windows color (decimal): -5496182 or 9052844. OLE color: 9052844.

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

Color convert

RGB 172 34 138 -
CMYK 0 0.80 0.20 0.33
HSL 314.78º 0.67% 0.4% -
HSV(B) 314.78º 0.8% 0.67% -
XYZ 22.17 11.75 25.14 -
YUV 87.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 172 34 138 0 0.80 0.20 0.33 314.78 0.67 0.4
Hex AC 22 8A 0 50 14 21 13B 43 28
Octal 254 42 212 0 120 24 41 473 103 50
Binary 10101100 100010 10001010 0 1010000 10100 100001 100111011 1000011 101000

Color Harmonies of #AC228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC228A

Black with #AC228A

Text Example


Text Example

White with #AC228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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