Html Css Color HEX #AC048D Medium Violet Red

📋 copy color: '#AC048D'

red 172 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #AC048D

Tints of Medium Violet Red #AC048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 54.26%
G = 1.26%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC048D (or 0xAC048D) is known color: Medium Violet Red. HEX triplet: AC, 04 and 8D. RGB value is (172,4,141). Sum of RGB (Red+Green+Blue) = 172+4+141=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC048D is #53FB72. Grayscale: #454545. Windows color (decimal): -5503859 or 9241772. OLE color: 9241772.

HSL color Cylindrical-coordinate representation of color #AC048D: hue angle of 311.07º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC048D is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 141 -
CMYK 0 0.98 0.18 0.33
HSL 311.07º 0.95% 0.35% -
HSV(B) 311.07º 0.98% 0.67% -
XYZ 21.86 10.78 26.13 -
YUV 69.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 172 4 141 0 0.98 0.18 0.33 311.07 0.95 0.35
Hex AC 4 8D 0 62 12 21 137 5F 23
Octal 254 4 215 0 142 22 41 467 137 43
Binary 10101100 100 10001101 0 1100010 10010 100001 100110111 1011111 100011

Color Harmonies of #AC048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC048D

Black with #AC048D

Text Example


Text Example

White with #AC048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC048D; }

 p { color: rgb(172,4,141); }

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

background-color css

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

 a { background-color: rgb(172,4,141); }

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

border-color css

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

 span { border-color: rgb(172,4,141); }

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