Html Css Color HEX #AC0685 Medium Violet Red

📋 copy color: '#AC0685'

red 172 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #AC0685

Tints of Medium Violet Red #AC0685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.93%

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

R = 55.31%
G = 1.93%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC0685 (or 0xAC0685) is known color: Medium Violet Red. HEX triplet: AC, 06 and 85. RGB value is (172,6,133). Sum of RGB (Red+Green+Blue) = 172+6+133=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0685 is #53F97A. Grayscale: #454545. Windows color (decimal): -5503355 or 8717996. OLE color: 8717996.

HSL color Cylindrical-coordinate representation of color #AC0685: hue angle of 314.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0685 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 133 -
CMYK 0 0.97 0.23 0.33
HSL 314.1º 0.93% 0.35% -
HSV(B) 314.1º 0.97% 0.67% -
XYZ 21.31 10.59 23.11 -
YUV 70.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 172 6 133 0 0.97 0.23 0.33 314.1 0.93 0.35
Hex AC 6 85 0 61 17 21 13A 5D 23
Octal 254 6 205 0 141 27 41 472 135 43
Binary 10101100 110 10000101 0 1100001 10111 100001 100111010 1011101 100011

Color Harmonies of #AC0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0685

Black with #AC0685

Text Example


Text Example

White with #AC0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0685; }

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

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

background-color css

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

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

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

border-color css

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

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

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