Html Css Color HEX #AC0382 Medium Violet Red

📋 copy color: '#AC0382'

red 172 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #AC0382

Tints of Medium Violet Red #AC0382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 56.39%
G = 0.98%
B = 42.62%

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

#AC0382 (or 0xAC0382) is known color: Medium Violet Red. HEX triplet: AC, 03 and 82. RGB value is (172,3,130). Sum of RGB (Red+Green+Blue) = 172+3+130=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0382 is #53FC7D. Grayscale: #434343. Windows color (decimal): -5504126 or 8520620. OLE color: 8520620.

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

Color convert

RGB 172 3 130 -
CMYK 0 0.98 0.24 0.33
HSL 314.91º 0.97% 0.34% -
HSV(B) 314.91º 0.98% 0.67% -
XYZ 21.08 10.45 22.02 -
YUV 68.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 172 3 130 0 0.98 0.24 0.33 314.91 0.97 0.34
Hex AC 3 82 0 62 18 21 13B 61 22
Octal 254 3 202 0 142 30 41 473 141 42
Binary 10101100 11 10000010 0 1100010 11000 100001 100111011 1100001 100010

Color Harmonies of #AC0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0382

Black with #AC0382

Text Example


Text Example

White with #AC0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0382; }

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

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

background-color css

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

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

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

border-color css

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

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

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