Html Css Color HEX #AC0383 Medium Violet Red

📋 copy color: '#AC0383'

red 172 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #AC0383

Tints of Medium Violet Red #AC0383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 56.21%
G = 0.98%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC0383 (or 0xAC0383) is known color: Medium Violet Red. HEX triplet: AC, 03 and 83. RGB value is (172,3,131). Sum of RGB (Red+Green+Blue) = 172+3+131=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0383 is #53FC7C. Grayscale: #434343. Windows color (decimal): -5504125 or 8586156. OLE color: 8586156.

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

Color convert

RGB 172 3 131 -
CMYK 0 0.98 0.24 0.33
HSL 314.56º 0.97% 0.34% -
HSV(B) 314.56º 0.98% 0.67% -
XYZ 21.14 10.47 22.38 -
YUV 68.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 172 3 131 0 0.98 0.24 0.33 314.56 0.97 0.34
Hex AC 3 83 0 62 18 21 13B 61 22
Octal 254 3 203 0 142 30 41 473 141 42
Binary 10101100 11 10000011 0 1100010 11000 100001 100111011 1100001 100010

Color Harmonies of #AC0383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0383

Black with #AC0383

Text Example


Text Example

White with #AC0383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0383; }

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

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

background-color css

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

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

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

border-color css

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

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

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