Html Css Color HEX #AC038C Medium Violet Red

📋 copy color: '#AC038C'

red 172 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #AC038C

Tints of Medium Violet Red #AC038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 54.6%
G = 0.95%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC038C (or 0xAC038C) is known color: Medium Violet Red. HEX triplet: AC, 03 and 8C. RGB value is (172,3,140). Sum of RGB (Red+Green+Blue) = 172+3+140=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC038C is #53FC73. Grayscale: #444444. Windows color (decimal): -5504116 or 9175980. OLE color: 9175980.

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

Color convert

RGB 172 3 140 -
CMYK 0 0.98 0.19 0.33
HSL 311.36º 0.97% 0.34% -
HSV(B) 311.36º 0.98% 0.67% -
XYZ 21.78 10.73 25.73 -
YUV 69.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 172 3 140 0 0.98 0.19 0.33 311.36 0.97 0.34
Hex AC 3 8C 0 62 13 21 137 61 22
Octal 254 3 214 0 142 23 41 467 141 42
Binary 10101100 11 10001100 0 1100010 10011 100001 100110111 1100001 100010

Color Harmonies of #AC038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC038C

Black with #AC038C

Text Example


Text Example

White with #AC038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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