Html Css Color HEX #AC0385 Medium Violet Red

📋 copy color: '#AC0385'

red 172 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #AC0385

Tints of Medium Violet Red #AC0385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 55.84%
G = 0.97%
B = 43.18%

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

#AC0385 (or 0xAC0385) is known color: Medium Violet Red. HEX triplet: AC, 03 and 85. RGB value is (172,3,133). Sum of RGB (Red+Green+Blue) = 172+3+133=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0385 is #53FC7A. Grayscale: #444444. Windows color (decimal): -5504123 or 8717228. OLE color: 8717228.

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

Color convert

RGB 172 3 133 -
CMYK 0 0.98 0.23 0.33
HSL 313.85º 0.97% 0.34% -
HSV(B) 313.85º 0.98% 0.67% -
XYZ 21.28 10.53 23.1 -
YUV 68.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 172 3 133 0 0.98 0.23 0.33 313.85 0.97 0.34
Hex AC 3 85 0 62 17 21 13A 61 22
Octal 254 3 205 0 142 27 41 472 141 42
Binary 10101100 11 10000101 0 1100010 10111 100001 100111010 1100001 100010

Color Harmonies of #AC0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0385

Black with #AC0385

Text Example


Text Example

White with #AC0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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