Html Css Color HEX #AC038A Medium Violet Red

📋 copy color: '#AC038A'

red 172 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #AC038A

Tints of Medium Violet Red #AC038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 54.95%
G = 0.96%
B = 44.09%

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

#AC038A (or 0xAC038A) is known color: Medium Violet Red. HEX triplet: AC, 03 and 8A. RGB value is (172,3,138). Sum of RGB (Red+Green+Blue) = 172+3+138=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC038A is #53FC75. Grayscale: #444444. Windows color (decimal): -5504118 or 9044908. OLE color: 9044908.

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

Color convert

RGB 172 3 138 -
CMYK 0 0.98 0.20 0.33
HSL 312.07º 0.97% 0.34% -
HSV(B) 312.07º 0.98% 0.67% -
XYZ 21.63 10.67 24.96 -
YUV 68.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 172 3 138 0 0.98 0.20 0.33 312.07 0.97 0.34
Hex AC 3 8A 0 62 14 21 138 61 22
Octal 254 3 212 0 142 24 41 470 141 42
Binary 10101100 11 10001010 0 1100010 10100 100001 100111000 1100001 100010

Color Harmonies of #AC038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC038A

Black with #AC038A

Text Example


Text Example

White with #AC038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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