Html Css Color HEX #AC0384 Medium Violet Red

📋 copy color: '#AC0384'

red 172 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #AC0384

Tints of Medium Violet Red #AC0384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43%

R = 56.03%
G = 0.98%
B = 43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0384 (or 0xAC0384) is known color: Medium Violet Red. HEX triplet: AC, 03 and 84. RGB value is (172,3,132). Sum of RGB (Red+Green+Blue) = 172+3+132=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0384 is #53FC7B. Grayscale: #434343. Windows color (decimal): -5504124 or 8651692. OLE color: 8651692.

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

Color convert

RGB 172 3 132 -
CMYK 0 0.98 0.23 0.33
HSL 314.2º 0.97% 0.34% -
HSV(B) 314.2º 0.98% 0.67% -
XYZ 21.21 10.5 22.74 -
YUV 68.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 172 3 132 0 0.98 0.23 0.33 314.2 0.97 0.34
Hex AC 3 84 0 62 17 21 13A 61 22
Octal 254 3 204 0 142 27 41 472 141 42
Binary 10101100 11 10000100 0 1100010 10111 100001 100111010 1100001 100010

Color Harmonies of #AC0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0384

Black with #AC0384

Text Example


Text Example

White with #AC0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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