Html Css Color HEX #AC048A Medium Violet Red

📋 copy color: '#AC048A'

red 172 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #AC048A

Tints of Medium Violet Red #AC048A

RGB

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

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

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

R = 54.78%
G = 1.27%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC048A (or 0xAC048A) is known color: Medium Violet Red. HEX triplet: AC, 04 and 8A. RGB value is (172,4,138). Sum of RGB (Red+Green+Blue) = 172+4+138=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC048A is #53FB75. Grayscale: #454545. Windows color (decimal): -5503862 or 9045164. OLE color: 9045164.

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

Color convert

RGB 172 4 138 -
CMYK 0 0.98 0.20 0.33
HSL 312.14º 0.95% 0.35% -
HSV(B) 312.14º 0.98% 0.67% -
XYZ 21.64 10.69 24.97 -
YUV 69.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 172 4 138 0 0.98 0.20 0.33 312.14 0.95 0.35
Hex AC 4 8A 0 62 14 21 138 5F 23
Octal 254 4 212 0 142 24 41 470 137 43
Binary 10101100 100 10001010 0 1100010 10100 100001 100111000 1011111 100011

Color Harmonies of #AC048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC048A

Black with #AC048A

Text Example


Text Example

White with #AC048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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