Html Css Color HEX #AC28A8 Medium Red Violet

📋 copy color: '#AC28A8'

red 172 ◦ green 40 ◦ blue 168

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

Shades of Medium Red Violet #AC28A8

Tints of Medium Red Violet #AC28A8

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

 BLUE value IS 168 (66.02% from 255) = 44.21%

R = 45.26%
G = 10.53%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC28A8 (or 0xAC28A8) is known color: Medium Red Violet. HEX triplet: AC, 28 and A8. RGB value is (172,40,168). Sum of RGB (Red+Green+Blue) = 172+40+168=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28A8 is #53D757. Grayscale: #5D5D5D. Windows color (decimal): -5494616 or 11020460. OLE color: 11020460.

HSL color Cylindrical-coordinate representation of color #AC28A8: hue angle of 301.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC28A8 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 168 -
CMYK 0 0.77 0.02 0.33
HSL 301.82º 0.62% 0.42% -
HSV(B) 301.82º 0.77% 0.67% -
XYZ 24.84 13.12 38.27 -
YUV 94.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 172 40 168 0 0.77 0.02 0.33 301.82 0.62 0.42
Hex AC 28 A8 0 4D 2 21 12E 3E 2A
Octal 254 50 250 0 115 2 41 456 76 52
Binary 10101100 101000 10101000 0 1001101 10 100001 100101110 111110 101010

Color Harmonies of #AC28A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC28A8

Black with #AC28A8

Text Example


Text Example

White with #AC28A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC28A8; }

 p { color: rgb(172,40,168); }

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

background-color css

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

 a { background-color: rgb(172,40,168); }

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

border-color css

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

 span { border-color: rgb(172,40,168); }

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